Skip to content

Commit

Permalink
ci: revert python-semantic-release to 8.3.0
Browse files Browse the repository at this point in the history
Later versions reverted python-semantic-release/python-semantic-release#692
which breaks builds on Python projects requiring a newer interpreter
than 3.10, which their container uses.

Should be fine to update after
python-semantic-release/python-semantic-release#741
is merged again.

Signed-off-by: Felix Kaechele <[email protected]>
  • Loading branch information
kaechele committed Dec 29, 2023
1 parent eb978a1 commit 2b6d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# - Publish to PyPI
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.7.0
uses: python-semantic-release/python-semantic-release@v8.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2b6d7b0

Please sign in to comment.