Skip to content

Commit 2f51608

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v9.19.0 (#124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ee0675 commit 2f51608

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
@@ -93,14 +93,14 @@ jobs:
9393
9494
# Do a dry run of PSR
9595
- name: Test release
96-
uses: python-semantic-release/python-semantic-release@v9.18.1
96+
uses: python-semantic-release/python-semantic-release@v9.19.0
9797
if: github.ref_name != 'main'
9898
with:
9999
root_options: --noop
100100

101101
# On main branch: actual PSR + upload to PyPI & GitHub
102102
- name: Release
103-
uses: python-semantic-release/python-semantic-release@v9.18.1
103+
uses: python-semantic-release/python-semantic-release@v9.19.0
104104
id: release
105105
if: github.ref_name == 'main'
106106
with:

0 commit comments

Comments
 (0)