Skip to content

Commit

Permalink
Use twine to upload release distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcampbell committed May 26, 2022
1 parent 30234a8 commit b6b4f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -55,8 +55,9 @@ zipdocs: docs
# open docs/_build/html/index.html

release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*

dist: clean
python setup.py sdist
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -9,3 +9,4 @@ alabaster~=0.7
docutils~=0.16
snowballstemmer~=2.0
sphinx-rtd-theme~=0.4
twine

0 comments on commit b6b4f26

Please sign in to comment.