Skip to content

Commit 597c002

Browse files
committed
[Actions]: clean before building
1 parent 0dae280 commit 597c002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2323
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2424
run: |
25-
python setup.py sdist bdist_wheel
25+
python setup.py clean sdist bdist_wheel
2626
twine upload dist/*

0 commit comments

Comments
 (0)