Skip to content

Commit

Permalink
moved to script folder
Browse files Browse the repository at this point in the history
closes #7
  • Loading branch information
epogrebnyak committed Aug 19, 2019
1 parent 2229d8a commit 94ec38b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion upload.bat → script/upload.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
cd ..

REM will prompt for passwaord unless staored locally in a config file
python setup.py sdist bdist_wheel
twine upload dist/*

REM Cleaning up...
rd build /Q/S
rd dist /Q/S
rd boo.egg-info /Q/S
rd boo.egg-info /Q/S

cd script

0 comments on commit 94ec38b

Please sign in to comment.