diff options
| author | Michael Elsdörfer <michael@elsdoerfer.info> | 2020-06-14 17:34:31 +0100 |
|---|---|---|
| committer | Michael Elsdörfer <michael@elsdoerfer.info> | 2020-06-14 17:38:01 +0100 |
| commit | 8d4eb9288acfcd236c1bdcbb5e05a13d7fe9f369 (patch) | |
| tree | 38e2fd983256f46c33b44a4fa2429e2c9a48ed48 /.github | |
| parent | 866e91c9172a19e33f8a6c88136d0f21cb091d69 (diff) | |
Remove references to live PyPI.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-python-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-python-package.yml b/.github/workflows/build-python-package.yml index 67272d701..138ad4f21 100644 --- a/.github/workflows/build-python-package.yml +++ b/.github/workflows/build-python-package.yml @@ -89,4 +89,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.pypi_password }} run: | - (cd ./src/runtime/python && curl -I --fail https://test.pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --repository testpypi dist/* + (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload dist/* |
