Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Dec 8, 2019
1 parent d51dce3 commit b26f611
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions create_live_pypi.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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 dist/*
PAUSE
5 changes: 5 additions & 0 deletions create_test_pypi.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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-url https://test.pypi.org/legacy/ dist/*
PAUSE
3 changes: 3 additions & 0 deletions update_live_pypi.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python setup.py sdist
python setup.py sdist upload
PAUSE

0 comments on commit b26f611

Please sign in to comment.