Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

DEPRECATED: Upload artefacts to GitHub Releases using Python Semantic Release

License

NotificationsYou must be signed in to change notification settings

python-semantic-release/upload-to-gh-release

Repository files navigation

DEPRECATION NOTICE: This action has been deprecated as it has been renamed topython-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.

Example usage

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 }}

Options

Seeaction.yml for a description of the available options.

About

DEPRECATED: Upload artefacts to GitHub Releases using Python Semantic Release

Resources

License

Contributing

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp