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 bfbbf18 commit 85709deCopy full SHA for 85709de
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