Skip to content

Commit

Permalink
Use Twine for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Feb 27, 2019
1 parent 79b16e3 commit 1d84615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ release: clean
git config commit.gpgSign true
bumpversion $(bump)
git push upstream && git push upstream --tags
python setup.py sdist bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"

dist: clean
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"pytest-xdist==1.*",
"tox>=1.8.0",
"tqdm",
"twine",
"when-changed"
]
}
Expand Down

0 comments on commit 1d84615

Please sign in to comment.