Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nakatolab committed Sep 26, 2021
1 parent d0deeb5 commit f340c17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#https://qiita.com/shonansurvivors/items/0fbcbfde129f2d26301c


rm -rf build/ dist/ eeisp.egg-info/
python setup.py bdist_wheel
#twine upload --repository testpypi dist/*

twine upload --repository pypi dist/*

0 comments on commit f340c17

Please sign in to comment.