From 4c35c4c4bf4ecdd4214829ab09b2031acdd25104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 05:47:00 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/publish-action Bumps [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 9.21.1 to 10.4.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/v9.21.1...v10.4.1) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index c6f424a..6e243bc 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -65,6 +65,6 @@ jobs: - name: Publish package distributions to GitHub Releases if: steps.release.outputs.released == 'true' - uses: python-semantic-release/publish-action@v9.21.1 + uses: python-semantic-release/publish-action@v10.4.1 with: github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}