Skip to content

Commit

Permalink
Adding PyPI related files
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 20, 2018
1 parent 4294408 commit 392a86c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyPI load.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rem call activate py27
call activate py36

rem make sure we are up to date
python -m pip install --user --upgrade setuptools wheel
python -m pip install --upgrade twine

rem now build
python setup.py sdist bdist_wheel

rem and push
python -m twine upload dist/*

pause

0 comments on commit 392a86c

Please sign in to comment.