1
0
forked from GitHub/gf-core

Remove references to live PyPI.

This commit is contained in:
Michael Elsdörfer
2020-06-14 17:34:31 +01:00
parent 866e91c917
commit 8d4eb9288a

View File

@@ -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/*