We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7fe92 commit 099440bCopy full SHA for 099440b
Makefile
@@ -0,0 +1,6 @@
1
+# Upload the package into Pip
2
+upload:
3
+ rm -rf dist
4
+ python3 setup.py sdist bdist_wheel
5
+ twine check dist/*
6
+ twine upload dist/*
0 commit comments