Skip to content

Commit 83713bd

Browse files
chore(deps): update python-semantic-release/python-semantic-release digest to 02f2a5c (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f548bc commit 83713bd

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
@@ -88,15 +88,15 @@ jobs:
8888
8989
# Do a dry run of PSR
9090
- name: Test release
91-
uses: python-semantic-release/python-semantic-release@eb841f9a95650921ff7e7fc94208b6560366a854 # v10
91+
uses: python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10
9292
if: github.ref_name != 'main'
9393
with:
9494
no_operation_mode: true
9595
github_token: noop
9696

9797
# On main branch: actual PSR + upload to PyPI & GitHub
9898
- name: Release
99-
uses: python-semantic-release/python-semantic-release@eb841f9a95650921ff7e7fc94208b6560366a854 # v10
99+
uses: python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10
100100
if: github.ref_name == 'main'
101101
id: release
102102
with:

0 commit comments

Comments
 (0)