Skip to content

Commit

Permalink
Use twine
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed May 17, 2021
1 parent 4c2c9f9 commit 97231eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/check_release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python setup.py register
#python setup.py register
python setup.py sdist bdist_wheel
twine check dist/*
twine check dist/* --verbose
4 changes: 2 additions & 2 deletions scripts/make_release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python setup.py register
#python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/* --verbose

0 comments on commit 97231eb

Please sign in to comment.