Merge pull request #8 from davesque/twine
Use twine for pypi uploading per packaging docs
This commit is contained in:
commit
af727b97f2
3
Makefile
3
Makefile
|
@ -52,7 +52,8 @@ release: clean
|
||||||
git config commit.gpgSign true
|
git config commit.gpgSign true
|
||||||
bumpversion $(bump)
|
bumpversion $(bump)
|
||||||
git push upstream && git push upstream --tags
|
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)"
|
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user