Skip to content

Commit 74975e7

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v9.15.1 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b265bf commit 74975e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888

8989
# Do a dry run of PSR
9090
- name: Test release
91-
uses: python-semantic-release/[email protected].0
91+
uses: python-semantic-release/[email protected].1
9292
if: github.ref_name != 'main'
9393
with:
9494
root_options: --noop
9595

9696
# On main branch: actual PSR + upload to PyPI & GitHub
9797
- name: Release
98-
uses: python-semantic-release/[email protected].0
98+
uses: python-semantic-release/[email protected].1
9999
id: release
100100
if: github.ref_name == 'main'
101101
with:

0 commit comments

Comments
 (0)