https://github.com/abichinger/semantic-release-pypi-setup
https://github.com/abichinger/semantic-release-pypi-setup
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abichinger/semantic-release-pypi-setup
- Owner: abichinger
- License: mit
- Created: 2020-12-02T16:18:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T08:30:05.000Z (over 2 years ago)
- Last Synced: 2025-01-24T17:48:03.973Z (over 1 year ago)
- Language: Python
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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