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 fdec9fd commit ab45c56Copy full SHA for ab45c56
scripts/upload_pypi.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+set -e
3
+
4
+python3 setup.py sdist
5
+twine upload dist/*.tar.gz
0 commit comments