Skip to content

Commit 332ae0d

Browse files
chore(ci): bump python-semantic-release/python-semantic-release from 9.20.0 to 9.21.0 in the github-actions group (#85)
1 parent 6f17818 commit 332ae0d

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
@@ -172,14 +172,14 @@ jobs:
172172

173173
# Do a dry run of PSR
174174
- name: Test release
175-
uses: python-semantic-release/python-semantic-release@v9.20.0
175+
uses: python-semantic-release/python-semantic-release@v9.21.0
176176
if: github.ref_name != 'main'
177177
with:
178178
root_options: --noop
179179

180180
# On main branch: actual PSR + upload to PyPI & GitHub
181181
- name: Release
182-
uses: python-semantic-release/python-semantic-release@v9.20.0
182+
uses: python-semantic-release/python-semantic-release@v9.21.0
183183
id: release
184184
if: github.ref_name == 'main'
185185
with:

0 commit comments

Comments
 (0)