Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
dist.sh added
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed Oct 4, 2018
1 parent ed7fcd8 commit 4a7e431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rm -rf dist build
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
rm -rf dist build *.egg-info

0 comments on commit 4a7e431

Please sign in to comment.