Skip to content

Commit b2dcd10

Browse files
chore(deps): update python-semantic-release/python-semantic-release digest to 39dd205
1 parent 630e689 commit b2dcd10

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
@@ -85,15 +85,15 @@ jobs:
8585
8686
# Do a dry run of PSR
8787
- name: Test release
88-
uses: python-semantic-release/python-semantic-release@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10
88+
uses: python-semantic-release/python-semantic-release@39dd2052f2ce8282a5d932c31d58a2ca06d2550e # v10
8989
if: github.ref_name != 'main'
9090
with:
9191
root_options: --noop
9292
github_token: noop
9393

9494
# On main branch: actual PSR + upload to PyPI & GitHub
9595
- name: Release
96-
uses: python-semantic-release/python-semantic-release@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10
96+
uses: python-semantic-release/python-semantic-release@39dd2052f2ce8282a5d932c31d58a2ca06d2550e # v10
9797
id: release
9898
if: github.ref_name == 'main'
9999
with:

0 commit comments

Comments
 (0)