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

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

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.