changed variable

This commit is contained in:
Schmieder, Jacob
2024-05-07 14:52:54 +00:00
parent fcf6e69f10
commit f3c540b9a5
+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 $env.TestPyPI_URL python3 -m pip install scraibe --index-url $TestPyPI_URL
publish-to-pypi: publish-to-pypi:
name: Conditional Publish to PyPI or Dev Repository name: Conditional Publish to PyPI or Dev Repository