We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9097c20 commit 74b3542Copy full SHA for 74b3542
Makefile
@@ -18,7 +18,7 @@ clean:
18
git push $(DOCS_REMOTE) --delete $(DOCS_BRANCH)
19
20
release:
21
- python setup.py sdist
+ python setup.py sdist bdist_wheel
22
twine upload --skip-existing --non-interactive ./dist/*
23
24
.PHONY: docs lint install clean release
setup.py
@@ -42,6 +42,7 @@
42
"twine",
43
"markdown",
44
"flake8",
45
+ "wheel",
46
],
47
},
48
0 commit comments