docs: add semantic-release-pypi plugin (#1707)

This commit is contained in:
abichinger 2020-12-02 18:43:00 +01:00 committed by GitHub
parent eb708236df
commit c177d4b15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,3 +116,7 @@
- [semantic-release-license](https://github.com/cbhq/semantic-release-license) Automatically update dates and more in your license file for new releases.
- `verifyConditions`: Verify the presence of a license file
- `prepare`: Update the license file based on its type
- [semantic-release-pypi](https://github.com/abichinger/semantic-release-pypi)
- `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools
- `prepare`: Update the version in ```setup.cfg``` and create the distribution packages
- `publish`: Publish the python package to a repository (default: pypi)