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 3cf0f63 commit 55819c1Copy full SHA for 55819c1
.github/workflows/python-publish.yml
@@ -26,6 +26,6 @@ jobs:
26
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
27
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
28
run: |
29
- pip uninstall wheel
+ pip uninstall -y wheel
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
0 commit comments