- Secret Recipes of the Python Ninja
- Cody Jackson
- 55字
- 2021-06-25 22:14:45
How to do it...
- Create your distributions:
python setup.py sdist bdist_wheel --universal
- Register your project (if for a first upload):
twine register dist/<project>.<version>.tar.gz
twine register dist/<package_name>-<version>-
<language_version>-<abi_tag>-<platform_tag>.whl
- Upload distributions:
twine upload dist/*
- The following error indicates you need to register your package:
HTTPError: 403 Client Error: You are not allowed to
edit 'xyz' package information
推薦閱讀
- scikit-learn Cookbook
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- PyQt從入門到精通
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Access 2010數(shù)據(jù)庫基礎(chǔ)與應用項目式教程(第3版)
- Oracle JDeveloper 11gR2 Cookbook
- Learning OpenStack Networking(Neutron)
- 打開Go語言之門:入門、實戰(zhàn)與進階
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- 快速入門與進階:Creo 4·0全實例精講
- 持續(xù)集成與持續(xù)交付實戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Android Development Tools for Eclipse
- Python 3 Object:oriented Programming(Second Edition)
- 深入淺出Python數(shù)據(jù)分析
- Python面試通關(guān)寶典