Skip to content

Commit

Permalink
adding pypi load batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 18, 2020
1 parent 3462f77 commit 787d342
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyPI_load.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
call activate py38

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 787d342

Please sign in to comment.