Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46bc15c

Browse files
authoredMay 5, 2025··
build(deps): bump python-semantic-release/python-semantic-release
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.20.0 to 9.21.1. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.20.0...v9.21.1) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 9.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d488d1 commit 46bc15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy-semantic-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Python Release - Dry Run
4444
id: release_dryrun
4545
if: steps.set_mode.outputs.is_dry_run == 'true'
46-
uses: python-semantic-release/python-semantic-release@v9.20.0
46+
uses: python-semantic-release/python-semantic-release@v9.21.1
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
push: "false"
@@ -94,7 +94,7 @@ jobs:
9494
- name: Python Release
9595
id: release
9696
if: ${{ github.event_name == 'workflow_dispatch' && !inputs.dry_run }}
97-
uses: python-semantic-release/python-semantic-release@v9.20.0
97+
uses: python-semantic-release/python-semantic-release@v9.21.1
9898
with:
9999
github_token: ${{ secrets.GITHUB_TOKEN }}
100100
push: "true"

0 commit comments

Comments
 (0)
Please sign in to comment.