- 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
推薦閱讀
- 騰訊iOS測試實踐
- Mastering Articulate Storyline
- R語言數(shù)據(jù)可視化實戰(zhàn)
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- Java開發(fā)入行真功夫
- Hands-On C++ Game Animation Programming
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- 單片機應(yīng)用與調(diào)試項目教程(C語言版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Android應(yīng)用案例開發(fā)大全(第二版)
- ElasticSearch Cookbook(Second Edition)
- 愛上C語言:C KISS
- LabVIEW數(shù)據(jù)采集(第2版)
- jBPM6 Developer Guide
- 程序員的算法趣題2