Skip to content

Commit

Permalink
Build and release wheels (#102)
Browse files Browse the repository at this point in the history
* Build and release wheels

* Add wheel dev dependency

Co-authored-by: Clemens Wolff <clemens@justamouse.com>
  • Loading branch information
pawamoy and c-w authored Sep 26, 2021
1 parent 9097c20 commit 74b3542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean:
git push $(DOCS_REMOTE) --delete $(DOCS_BRANCH)

release:
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload --skip-existing --non-interactive ./dist/*

.PHONY: docs lint install clean release
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"twine",
"markdown",
"flake8",
"wheel",
],
},

Expand Down

0 comments on commit 74b3542

Please # to comment.