An open API service indexing awesome lists of open source software.

https://github.com/abichinger/semantic-release-pypi-setup


https://github.com/abichinger/semantic-release-pypi-setup

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# semantic-release-pypi - `setup.py`

A template on how to use [`semantic-release-pypi`](https://github.com/abichinger/semantic-release-pypi) for python package with `setup.py`

important files:
- [`.releaserc.json`](.releaserc.json) - `semantic-release` [configuration](https://semantic-release.gitbook.io/semantic-release/usage/configuration)
- [`release.yml`](.github/workflows/release.yml) - Github workflow to run `semantic-release`
- [`package.json`](package.json) - defines the required dependencies

### Other templates

[`pyproject.toml`](https://github.com/abichinger/semantic-release-pypi-pyproject) based