Skip to content

Commit 0e34bf5

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v10
1 parent 34def85 commit 0e34bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
9393
# Do a dry run of PSR
9494
- name: Test release
95-
uses: python-semantic-release/python-semantic-release@v9.21.1
95+
uses: python-semantic-release/python-semantic-release@v10.5.3
9696
if: github.ref_name != 'main'
9797
with:
9898
root_options: --noop
9999

100100
# On main branch: actual PSR + upload to PyPI & GitHub
101101
- name: Release
102-
uses: python-semantic-release/python-semantic-release@v9.21.1
102+
uses: python-semantic-release/python-semantic-release@v10.5.3
103103
id: release
104104
if: github.ref_name == 'main'
105105
with:

0 commit comments

Comments
 (0)