We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19cc25 commit 315ad82Copy full SHA for 315ad82
.github/workflows/build-python-package.yml
@@ -99,5 +99,4 @@ jobs:
99
env:
100
TWINE_USERNAME: __token__
101
TWINE_PASSWORD: ${{ secrets.pypi_password }}
102
- run: |
103
- (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload dist/*
+ run: twine upload dist/*
0 commit comments