We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0723911 commit 7cfe2afCopy full SHA for 7cfe2af
Makefile
@@ -1,3 +1,7 @@
1
.PHONY: dist
2
dist:
3
python setup.py sdist bdist_wheel
4
+
5
+.PHONY: upload
6
+upload:
7
+ twine upload --skip-existing dist/*
0 commit comments