Skip to content

Commit 74b3542

Browse files
pawamoyc-w
andauthored
Build and release wheels (#102)
* Build and release wheels * Add wheel dev dependency Co-authored-by: Clemens Wolff <[email protected]>
1 parent 9097c20 commit 74b3542

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clean:
1818
git push $(DOCS_REMOTE) --delete $(DOCS_BRANCH)
1919

2020
release:
21-
python setup.py sdist
21+
python setup.py sdist bdist_wheel
2222
twine upload --skip-existing --non-interactive ./dist/*
2323

2424
.PHONY: docs lint install clean release

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"twine",
4343
"markdown",
4444
"flake8",
45+
"wheel",
4546
],
4647
},
4748

0 commit comments

Comments
 (0)