diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a073e4b..d61fd4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,13 +83,13 @@ jobs: fetch-depth: 0 - name: Release - uses: relekang/python-semantic-release@v7.33.2 + uses: relekang/python-semantic-release@v7.33.3 if: github.ref_name == 'main' with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} - name: Test release - uses: relekang/python-semantic-release@v7.33.2 + uses: relekang/python-semantic-release@v7.33.3 if: github.ref_name != 'main' with: additional_options: --noop diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 6f0a2055..12279d58 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -20,7 +20,7 @@ jobs: # - Create GitHub release # - Publish to PyPI - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.2 + uses: relekang/python-semantic-release@v7.33.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}