Skip to content

Commit 0d554be

Browse files
build(deps): bump python-semantic-release/publish-action (#64)
Bumps [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 9.17.0 to 9.18.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](python-semantic-release/publish-action@v9.17.0...v9.18.0) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action 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 e7dd8db commit 0d554be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
repository-url: https://test.pypi.org/legacy/
5050

5151
- name: Publish | Upload to GitHub Release Assets
52-
uses: python-semantic-release/publish-action@v9.17.0
52+
uses: python-semantic-release/publish-action@v9.18.0
5353
if: steps.release.outputs.released == 'true'
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.PYPI_API_TOKEN }}
5252

5353
- name: Publish | Upload to GitHub Release Assets
54-
uses: python-semantic-release/publish-action@v9.17.0
54+
uses: python-semantic-release/publish-action@v9.18.0
5555
if: steps.release.outputs.released == 'true'
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)