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 cf86003 commit 3044353Copy full SHA for 3044353
.github/workflows/python.yml
@@ -77,7 +77,7 @@ jobs:
77
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
78
run: |
79
pip install --upgrade typing-extensions twine
80
- twine upload --skip-existing *
+ twine upload --skip-existing wheels/*
81
82
merge:
83
runs-on: ubuntu-latest
0 commit comments