mirror of
https://github.com/damp11113/PyserSSH.git
synced 2025-04-27 06:28:12 +00:00
13 lines
186 B
Batchfile
13 lines
186 B
Batchfile
@echo off
|
|
|
|
title change urllib3 to 1.26.15
|
|
pip install urllib3==1.26.15
|
|
|
|
title building dist
|
|
python setup.py sdist
|
|
|
|
title uploading to pypi
|
|
twine upload -r pypi dist/*
|
|
|
|
title done!
|
|
pause |