https://github.com/abichinger/semantic-release-pypi-pyproject
A template on how to use semantic-release-pypi for a python package with `pyproject.toml`
https://github.com/abichinger/semantic-release-pypi-pyproject
Last synced: 4 months ago
JSON representation
A template on how to use semantic-release-pypi for a python package with `pyproject.toml`
- Host: GitHub
- URL: https://github.com/abichinger/semantic-release-pypi-pyproject
- Owner: abichinger
- License: mit
- Created: 2023-10-07T07:42:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:13:22.000Z (over 1 year ago)
- Last Synced: 2025-10-25T19:37:06.652Z (8 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semantic-release-pypi - `pyproject.toml`
A template on how to use [`semantic-release-pypi`](https://github.com/abichinger/semantic-release-pypi) for a python package with `pyproject.toml`
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
[`setup.py`](https://github.com/abichinger/semantic-release-pypi-setup) based