Clean up build artifacts correctly
This commit is contained in:
parent
935e5c67a3
commit
5999df1953
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
rm -rf dist
|
||||
rm -rf dist build
|
||||
python3 setup.py sdist bdist_wheel
|
||||
python3 -m twine upload dist/* --skip-existing
|
||||
|
|
Loading…
Add table
Reference in a new issue