Use twine for upload
This commit is contained in:
parent
44100e0724
commit
5c275f0f23
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -38,8 +38,8 @@ coverage:
|
|||
coverage report -m
|
||||
|
||||
release: clean
|
||||
python setup.py sdist upload
|
||||
python setup.py bdist_wheel upload
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
sdist: clean
|
||||
python setup.py sdist
|
||||
|
|
Loading…
Add table
Reference in a new issue