fixed index-url

This commit is contained in:
Schmieder, Jacob
2024-05-07 14:57:32 +00:00
parent f3c540b9a5
commit 417b30f9c3
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Install package - name: Install package
run: | run: |
python3 -m pip install scraibe --index-url $TestPyPI_URL python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe
publish-to-pypi: publish-to-pypi:
name: Conditional Publish to PyPI or Dev Repository name: Conditional Publish to PyPI or Dev Repository