diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e380906..814cc5a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -87,7 +87,7 @@ jobs: python-version: "3.x" - name: Install package run: | - python3 -m pip install scraibe --index-url $env.TestPyPI_URL + python3 -m pip install scraibe --index-url $TestPyPI_URL publish-to-pypi: name: Conditional Publish to PyPI or Dev Repository