From d370ca501e34d60685aa2651d04593b5a0666bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 03:22:30 +0000 Subject: [PATCH] ci: Bump python-semantic-release/publish-action from 10.5.3 to 10.6.1 Bumps [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 10.5.3 to 10.6.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](https://github.com/python-semantic-release/publish-action/compare/310a9983a0ae878b29f3aac778d7c77c1db27378...5a5718ce47b892ef699f2972dae122297771d641) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f50e51..d3bb1e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: git_committer_email: "41898282+github-actions[bot]@users.noreply.github.com" - name: Upload artifacts to the GitHub Release - uses: python-semantic-release/publish-action@310a9983a0ae878b29f3aac778d7c77c1db27378 # v10.5.3 + uses: python-semantic-release/publish-action@5a5718ce47b892ef699f2972dae122297771d641 # v10.6.1 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}