markdown 我的PyPI发布清单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 我的PyPI发布清单相关的知识,希望对你有一定的参考价值。

- [ ] Update HISTORY.rst
- [ ] Commit the changes: 
```
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
```
- [ ] Update version number (can also be minor or major)
```
bumpversion patch
```
- [ ] Install the package again for local development, but with the new version number:
```
python setup.py develop
```
- [ ] Run the tests:
```
tox
```
- [ ] Release on PyPI by uploading both sdist and wheel:
```
python setup.py sdist upload
python setup.py bdist_wheel upload
```

- [ ] Test that it pip installs:
```
mktmpenv
pip install my_project
<try out my_project>
deactivate
```

- [ ] Push: `git push`
- [ ] Push tags: `git push --tags`
- [ ] Check the PyPI listing page to make sure that the README, release notes, and roadmap display properly. If not, copy and paste the RestructuredText into http://rst.ninjs.org/ to find out what broke the formatting.
- [ ] Edit the release on GitHub (e.g. https://github.com/audreyr/cookiecutter/releases). Paste the release notes into the release's release page, and come up with a title for the release.

以上是关于markdown 我的PyPI发布清单的主要内容,如果未能解决你的问题,请参考以下文章

在 Pypi 上传中为 markdown README 指定 Description-Content-Type

markdown 上传到PyPI

无法在pypi.org上更新我的软件包

markdown TODO清单

markdown 的Windows软件安装清单

markdown 清单