Skip to content

Commit 315ad82

Browse files
committed
REVERT ME: always upload to pypi
1 parent c19cc25 commit 315ad82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ jobs:
9999
env:
100100
TWINE_USERNAME: __token__
101101
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/*
102+
run: twine upload dist/*

0 commit comments

Comments
 (0)