We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f492c4 commit ac7ce5aCopy full SHA for ac7ce5a
release.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+rm -rf build/ dist/ *.egg-info; # clean
4
+python setup.py sdist bdist_wheel; # source dist + binary wheel
5
+twine upload dist/*; # upload
0 commit comments