We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2846226 commit 4a6bb7bCopy full SHA for 4a6bb7b
1 file changed
Makefile
@@ -0,0 +1,9 @@
1
+.PHONY: test
2
+test:
3
+ pytest ./tests
4
+
5
+package:
6
+ python setup.py sdist bdist_wheel --plat-name=$(OS)
7
8
+publish: package
9
+ twine upload
0 commit comments