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 849a323 commit c5a1f6aCopy full SHA for c5a1f6a
upload.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+echo "Upload in progress of the package to PyPi"
4
5
+python setup.py sdist
6
+twine upload dist/*
0 commit comments