Skip to content

Commit

Permalink
chore(Release): update release package script
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Apr 8, 2022
1 parent bcb534f commit 55a850a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release_package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

python setup.py register -r pypi
python setup.py sdist upload -r pypi
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 55a850a

Please sign in to comment.