Skip to content

Commit

Permalink
Fix dist dir cleanup in pypi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jul 1, 2022
1 parent 27fe558 commit a62f932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ python -m pip install --upgrade build twine
echo
echo "Cleaning up dist directory."
echo
rm -rf dist/*whl
rm -rf dist/*tar.gz
rm -rf dist/*
echo
python -m build
python -m twine upload --repository testpypi dist/*
Expand Down

0 comments on commit a62f932

Please sign in to comment.