mirror of
https://github.com/damp11113/PyserSSH.git
synced 2025-04-27 22:48:11 +00:00
12 lines
174 B
Batchfile
12 lines
174 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/*
|
|
|
|
pause |