We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dae280 commit 597c002Copy full SHA for 597c002
1 file changed
.github/workflows/pythonpublish.yml
@@ -22,5 +22,5 @@ jobs:
22
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
24
run: |
25
- python setup.py sdist bdist_wheel
+ python setup.py clean sdist bdist_wheel
26
twine upload dist/*
0 commit comments