We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4632641 commit 8e13dfbCopy full SHA for 8e13dfb
publish.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+
3
+rm -rf dist
4
+python setup.py sdist bdist_wheel
5
+twine upload dist/*
6
0 commit comments