Skip to content

Commit c76bf06

Browse files
chore(deps): bump python-semantic-release/publish-action (#582)
Bumps [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 10.4.1 to 10.5.1. - [Release notes](https://github.com/python-semantic-release/publish-action/releases) - [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml) - [Commits](python-semantic-release/publish-action@v10.4.1...v10.5.1) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5cf8c2 commit c76bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
verbose: true
139139

140140
- name: Publish package distributions to GitHub Releases
141-
uses: python-semantic-release/publish-action@v10.4.1
141+
uses: python-semantic-release/publish-action@v10.5.1
142142
if: steps.release.outputs.released == 'true'
143143
with:
144144
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)