Skip to content

Commit b26f611

Browse files
authored
Add files via upload
1 parent d51dce3 commit b26f611

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

create_live_pypi.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python -m pip install --user --upgrade setuptools wheel
2+
python setup.py sdist bdist_wheel
3+
python -m pip install --user --upgrade twine
4+
python -m twine upload dist/*
5+
PAUSE

create_test_pypi.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python -m pip install --user --upgrade setuptools wheel
2+
python setup.py sdist bdist_wheel
3+
python -m pip install --user --upgrade twine
4+
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
5+
PAUSE

update_live_pypi.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python setup.py sdist
2+
python setup.py sdist upload
3+
PAUSE

0 commit comments

Comments
 (0)