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 ace61e8 commit 3cf0f63Copy full SHA for 3cf0f63
.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 install --upgrade pip wheel
+ pip uninstall wheel
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
0 commit comments