We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510d6a5 commit 4311b24Copy full SHA for 4311b24
Makefile
@@ -1,3 +1,6 @@
1
package:
2
rm -rf dist/ build/
3
python setup.py sdist bdist_wheel
4
+
5
+publish: package
6
+ twine upload dist/*
0 commit comments