4 lines
231 B
Batchfile
4 lines
231 B
Batchfile
![]() |
python36 -m pip install --upgrade setuptools wheel twine -i https://pypi.douban.com/simple
|
||
|
python36 setup.py sdist bdist_wheel
|
||
|
twine check dist/*
|
||
|
twine upload --repository-url http://192.168.12.2:8082/repository/pypi-hosted/ dist/*
|