- 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
推薦閱讀
- Instant Node Package Manager
- Oracle Database In-Memory(架構與實踐)
- 樂高機器人設計技巧:EV3結構設計與編程指導
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Data Analysis with Stata
- The HTML and CSS Workshop
- Protocol-Oriented Programming with Swift
- Visual Studio Code 權威指南
- 大學計算機基礎
- INSTANT Apache ServiceMix How-to
- 深度學習入門:基于Python的理論與實現
- Python預測之美:數據分析與算法實戰(雙色)
- Laravel Design Patterns and Best Practices
- JBoss AS 7 Development
- 前端架構設計