Skip to content

Commit

Permalink
add tooling to release a package
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Oct 2, 2022
1 parent eae20d1 commit bf13042
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/push_pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash -e

## to debug the uploaded README file use:
# pandoc README.md --from markdown --to rst -s -o README.rst

rm -rf dist
python setup.py sdist bdist_wheel
twine upload --verbose dist/*

0 comments on commit bf13042

Please sign in to comment.