Skip to content

Commit

Permalink
Update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mervick committed Oct 20, 2020
1 parent daefef6 commit 9e534d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/.publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

rm dist/*
pip3 install -U twine wheel setuptools
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
python3 -m twine upload dist/* --verbose

0 comments on commit 9e534d9

Please sign in to comment.