- Notifications
You must be signed in to change notification settings - Fork3
DEPRECATED: Upload artefacts to GitHub Releases using Python Semantic Release
License
python-semantic-release/upload-to-gh-release
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DEPRECATION NOTICE: This action has been deprecated as it has been renamed to
python-semantic-release/publish-action. Please update your workflows to use the newaction.
This GitHub Action runssemantic-release publish usingpython-semantic-release.Full documentation is available in thedocumentation for PythonSemantic Release.
WARNING: This Action is intended to be used in conjunction with PythonSemantic Release configuration of the same version! Using this Action witha different version of Python Semantic Release may result in unexpected errors.
name:CI/CDon:push:branches: -mainjobs:release:runs-on:ubuntu-latestconcurrency:releasepermissions:id-token:writesteps: -uses:actions/checkout@v4with:fetch-depth:0 -name:Python Semantic Releaseid:releaseuses:python-semantic-release/python-semantic-release@v9.8.9with:github_token:${{ secrets.GITHUB_TOKEN }}# <other options here> -name:Publish package to PyPIuses:pypa/gh-action-pypi-publish@v1if:steps.release.outputs.released == 'true' -name:Publish package to GitHub Releaseuses:python-semantic-release/upload-to-gh-release@v9.8.9if:steps.release.outputs.released == 'true'with:github_token:${{ secrets.GITHUB_TOKEN }}tag:${{ steps.release.outputs.tag }}
Seeaction.yml for a description of the available options.
About
DEPRECATED: Upload artefacts to GitHub Releases using Python Semantic Release
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.