diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fabc86e..ee5d638 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -281,6 +281,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} + attestations: false - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1 if: ${{ inputs.upload_to_anaconda }} with: diff --git a/.github/workflows/publish_pure_python.yml b/.github/workflows/publish_pure_python.yml index 13161f5..093e2b3 100644 --- a/.github/workflows/publish_pure_python.yml +++ b/.github/workflows/publish_pure_python.yml @@ -146,6 +146,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} + attestations: false - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1 if: ${{ inputs.upload_to_anaconda }} with: