Skip to content

Commit fd1932e

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v10
1 parent cfd3e24 commit fd1932e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686
8787
# Do a dry run of PSR
8888
- name: Test release
89-
uses: python-semantic-release/python-semantic-release@v9.21.1
89+
uses: python-semantic-release/python-semantic-release@v10.3.2
9090
if: github.ref_name != 'main'
9191
with:
9292
root_options: --noop
9393
github_token: noop
9494

9595
# On main branch: actual PSR + upload to PyPI & GitHub
9696
- name: Release
97-
uses: python-semantic-release/python-semantic-release@v9.21.1
97+
uses: python-semantic-release/python-semantic-release@v10.3.2
9898
id: release
9999
if: github.ref_name == 'main'
100100
with:

0 commit comments

Comments
 (0)