Skip to content

Commit

Permalink
chore(deps): update python-semantic-release/python-semantic-release a…
Browse files Browse the repository at this point in the history
…ction to v9.4.2
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent 49e57b0 commit e609e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -73,14 +73,14 @@ jobs:

# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/python-semantic-release@v9.4.1
uses: python-semantic-release/python-semantic-release@v9.4.2
if: github.ref_name != 'main'
with:
root_options: --noop

# On main branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: python-semantic-release/python-semantic-release@v9.4.1
uses: python-semantic-release/python-semantic-release@v9.4.2
id: release
if: github.ref_name == 'main'
with:
Expand Down

0 comments on commit e609e3c

Please sign in to comment.