Skip to content

Commit 2b79706

Browse files
chore(deps): update python-semantic-release/python-semantic-release digest to 2896129 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ab1074 commit 2b79706

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
@@ -87,15 +87,15 @@ jobs:
8787
8888
# Do a dry run of PSR
8989
- name: Test release
90-
uses: python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10
90+
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
9191
if: github.ref_name != 'main'
9292
with:
9393
root_options: --noop
9494
github_token: noop
9595

9696
# On main branch: actual PSR + upload to PyPI & GitHub
9797
- name: Release
98-
uses: python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10
98+
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
9999
id: release
100100
if: github.ref_name == 'main'
101101
with:

0 commit comments

Comments
 (0)