diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index d8ec0b1..dcd3339 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -64,3 +64,9 @@ jobs: # The following upload action cannot be executed in the forked repository. if: github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1 + with: + # Temporary workaround to bypass Twine's bug with attestation support + # See https://github.com/pypa/gh-action-pypi-publish/issues/283 + # TODO(c-bata): Once a new version of twine is released, delete this line. + # https://github.com/pypa/twine/pull/1172 + attestations: false