We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b85b4d commit d2c05bcCopy full SHA for d2c05bc
Makefile
@@ -35,7 +35,8 @@ release: clean
35
git config commit.gpgSign true
36
bumpversion $(bump)
37
git push upstream && git push upstream --tags
38
- python setup.py sdist bdist_wheel upload
+ python setup.py sdist bdist_wheel
39
+ twine upload dist/*
40
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
41
42
sdist: clean
requirements-dev.txt
@@ -2,3 +2,4 @@ pytest>=2.9.2
2
tox>=2.3.1
3
semantic_version>=2.6.0
4
bumpversion==0.5.3
5
+twine==1.12.1
0 commit comments