From b49d6e422455a681ceb1e9c724f707ece7fa019b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:36:56 +0000 Subject: [PATCH] chore(deps): update python-semantic-release/python-semantic-release action to v9.2.2 --- .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 331ffd2..8dce1a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,14 +75,14 @@ jobs: # Do a dry run of PSR - name: Test release - uses: python-semantic-release/python-semantic-release@v9.2.0 + uses: python-semantic-release/python-semantic-release@v9.2.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.2.0 + uses: python-semantic-release/python-semantic-release@v9.2.2 id: release if: github.ref_name == 'main' with: