diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a92f6e5..0c42e8f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }} - name: Test release - uses: python-semantic-release/python-semantic-release@v7.34.6 + uses: python-semantic-release/python-semantic-release@v8.7.2 if: github.ref_name != 'main' with: additional_options: --noop