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 31caeb4 commit 35954e7Copy full SHA for 35954e7
Makefile
@@ -1,5 +1,6 @@
1
+
2
.PHONY: release
-release: readme
3
+release:
4
python setup.py sdist bdist_wheel
5
twine upload dist/*.whl dist/*.tar.gz
6
0 commit comments