diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79751f0b..36584159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: uses: python-semantic-release/python-semantic-release@v9 with: github_token: ${{ secrets.GITHUB_TOKEN }} + root_options: --no-commit - name: Publish to PyPI if: steps.release.outputs.released == 'true'