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 42181b1 commit 403536aCopy full SHA for 403536a
scripts/publish.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+python setup.py sdist bdist_wheel
4
+twine upload dist/*
0 commit comments