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 c468685 commit 13202c2Copy full SHA for 13202c2
scripts/deploy.sh
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+rm -rf dist && python setup.py sdist bdist_wheel && python -m twine upload dist/*
0 commit comments