pypi pack and upload

403 error need to change the name in setup.py

400 error need to change the version of the same name pkg

register: python setup.py register 

upload to test pypi: 

python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* 

install: 

python -m pip install --index-url https://test.pypi.org/simple/ --no-deps example-pkg

 

上一篇:mac x Yosemide(10.10) 下安装 jdk 1.7 (jdk 1.8)的方法


下一篇:ModuleNotFoundError: No module named 'apt_pkg'