Skip to content

Commit

Permalink
chore: use forked python-semantic-release running on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis authored Jan 9, 2024
1 parent d0a2dea commit 1d3ba5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
python-version: 3.11
# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/python-semantic-release@v8.7.2
uses: luuuis/python-semantic-release@a12c8c0b7c0c0bda0e45e692da80a1ee1744b125
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@v8.7.2
uses: luuuis/python-semantic-release@a12c8c0b7c0c0bda0e45e692da80a1ee1744b125
id: release
if: github.ref_name == 'main'
with:
Expand Down

0 comments on commit 1d3ba5f

Please sign in to comment.