PyserSSH/upload.bat
damp11113 64bb2b0616 fix ctypes not defined
This update fix ctypes is not defined in linux
2025-01-04 13:12:55 +07:00

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