diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1842b86..9b192ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,10 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + attestations: false # Disable to avoid conflict with production PyPI - name: Publish to PyPI if: steps.check_release.outputs.new_release == 'true' uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true # Enable attestations for production