From 9f373b6a78f709bee440f334aa51bc9ac7a2c1c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:44:37 +0000 Subject: [PATCH] chore(deps): update python-semantic-release/python-semantic-release action to v9.12.0 --- .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 98e0e8a..3c36718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,14 +90,14 @@ jobs: # Do a dry run of PSR - name: Test release - uses: python-semantic-release/python-semantic-release@v9.8.1 + uses: python-semantic-release/python-semantic-release@v9.12.0 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.8.1 + uses: python-semantic-release/python-semantic-release@v9.12.0 id: release if: github.ref_name == 'main' with: