Use twine for release
This commit is contained in:
parent
94d9aa0c5f
commit
3639a4470c
1 changed files with 2 additions and 1 deletions
|
@ -27,4 +27,5 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
python3 setup.py sdist bdist_wheel upload
|
||||
python3 setup.py sdist bdist_wheel
|
||||
python3 -m twine upload dist/* --skip-existing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue