From d7189a0e3d95a88d88e2aebfb10d84bd58f728f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:54:04 +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 10.5.3 to 10.6.0. - [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/v10.5.3...v10.6.0) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.6.0 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 0349bc9..1ec351f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish | Upload to GitHub Release Assets - uses: python-semantic-release/publish-action@v10.5.3 + uses: python-semantic-release/publish-action@v10.6.0 if: steps.release.outputs.released == 'true' with: config_file: releaserc.toml