We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a120ade commit 4a35788Copy full SHA for 4a35788
.github/workflows/release.yaml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Python Semantic Release
115
id: release
116
- uses: python-semantic-release/python-semantic-release@v9.12.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
117
with:
118
github_token: ${{ secrets.GITHUB_TOKEN }}
119
git_committer_name: "github-actions"
@@ -328,7 +328,7 @@ jobs:
328
./dist/*.whl
329
330
- name: Publish package distributions to GitHub Releases
331
- uses: python-semantic-release/publish-action@v9.12.0
+ uses: python-semantic-release/publish-action@v9.21.0
332
333
334
0 commit comments