Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 21, 2021
1 parent 5fe04f4 commit 24e6d7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
python -m pip install --user --upgrade setuptools wheel

python setup.py sdist bdist_wheel

python -m pip install --user --upgrade twine

python -m twine upload --repository pypi dist/*




0 comments on commit 24e6d7f

Please sign in to comment.