Skip to content

Commit 3e50a3b

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v9.14.0
1 parent 681c083 commit 3e50a3b

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
@@ -90,14 +90,14 @@ jobs:
9090

9191
# Do a dry run of PSR
9292
- name: Test release
93-
uses: python-semantic-release/python-semantic-release@v9.8.1
93+
uses: python-semantic-release/python-semantic-release@v9.14.0
9494
if: github.ref_name != 'main'
9595
with:
9696
root_options: --noop
9797

9898
# On main branch: actual PSR + upload to PyPI & GitHub
9999
- name: Release
100-
uses: python-semantic-release/python-semantic-release@v9.8.1
100+
uses: python-semantic-release/python-semantic-release@v9.14.0
101101
id: release
102102
if: github.ref_name == 'main'
103103
with:

0 commit comments

Comments
 (0)