https://github.com/python-semantic-release/publish-action
GitHub Action to publish assets to a release
https://github.com/python-semantic-release/publish-action
Last synced: 8 months ago
JSON representation
GitHub Action to publish assets to a release
- Host: GitHub
- URL: https://github.com/python-semantic-release/publish-action
- Owner: python-semantic-release
- License: mit
- Created: 2024-09-25T17:28:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T18:39:57.000Z (8 months ago)
- Last Synced: 2025-06-07T21:07:16.153Z (8 months ago)
- Language: Shell
- Size: 173 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# Python Semantic Release - Publish Action
This GitHub Action runs `semantic-release publish` using
[`python-semantic-release`](https://pypi.org/project/python-semantic-release/).
Full usage information and examples for this GitHub Action is hosted on
[Python Semantic Release - ReadTheDocs](https://python-semantic-release.readthedocs.io/en/stable/configuration/automatic-releases/github-actions.html#gh-actions-publish)
website.
> **WARNING**: This Action is intended to be used in conjunction with Python
> Semantic Release configuration of the same version! Using this Action with
> a different version of Python Semantic Release may result in unexpected errors.