Skip to content

Commit

Permalink
Add twine and wheel (for bdist_wheel) to dev requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulett committed Mar 27, 2022
1 parent 851e76e commit a029a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ format:
upload:
rm -rf dist
$(PYTHON) setup.py sdist bdist_wheel
twine upload dist/*
$(BIN)/twine upload dist/*
.PHONY: upload
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Sphinx==4.4.0
coverage==6.3.2
isort==5.10.1
black==22.1.0
twine==3.8.0
wheel==0.37.1

0 comments on commit a029a5e

Please sign in to comment.