Skip to content

Commit 4a35788

Browse files
committed
ci: bump python-semantic-release/python-semantic-release action to version 9.21.0
1 parent a120ade commit 4a35788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Python Semantic Release
115115
id: release
116-
uses: python-semantic-release/python-semantic-release@v9.12.0
116+
uses: python-semantic-release/python-semantic-release@v9.21.0
117117
with:
118118
github_token: ${{ secrets.GITHUB_TOKEN }}
119119
git_committer_name: "github-actions"
@@ -328,7 +328,7 @@ jobs:
328328
./dist/*.whl
329329
330330
- name: Publish package distributions to GitHub Releases
331-
uses: python-semantic-release/publish-action@v9.12.0
331+
uses: python-semantic-release/publish-action@v9.21.0
332332
with:
333333
github_token: ${{ secrets.GITHUB_TOKEN }}
334334

0 commit comments

Comments
 (0)