mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user