From 1d3ba5fe2a5b243b1b263a04f4ca28b04089ce9c Mon Sep 17 00:00:00 2001 From: Luis Miranda <161006+luuuis@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:00:30 +0000 Subject: [PATCH] chore: use forked python-semantic-release running on Python 3.12 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07401d0..89a7b5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: