Skip to content

Commit d2c05bc

Browse files
committed
use twine
1 parent 4b85b4d commit d2c05bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release: clean
3535
git config commit.gpgSign true
3636
bumpversion $(bump)
3737
git push upstream && git push upstream --tags
38-
python setup.py sdist bdist_wheel upload
38+
python setup.py sdist bdist_wheel
39+
twine upload dist/*
3940
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
4041

4142
sdist: clean

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pytest>=2.9.2
22
tox>=2.3.1
33
semantic_version>=2.6.0
44
bumpversion==0.5.3
5+
twine==1.12.1

0 commit comments

Comments
 (0)