mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Merge pull request #8 from davesque/twine
Use twine for pypi uploading per packaging docs
This commit is contained in:
3
Makefile
3
Makefile
@ -52,7 +52,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
|
||||
|
||||
Reference in New Issue
Block a user