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 04e18da commit 7edbf19Copy full SHA for 7edbf19
Makefile
@@ -0,0 +1,10 @@
1
+venv:
2
+ python3 -mvenv venv
3
+ venv/bin/pip install --upgrade pip setuptools wheel
4
+ venv/bin/pip install twine
5
+
6
+build: venv
7
+ venv/bin/python setup.py sdist bdist_wheel --universal
8
9
+deploy:
10
+ venv/bin/twine upload dist/*
0 commit comments