Use twine for pypi uploading per packaging docs
See here: https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives
This commit is contained in:
parent
83ce66097c
commit
016f48d17d
3
Makefile
3
Makefile
@ -51,7 +51,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user