Skip to content

Commit

Permalink
Merge pull request #79 from c-bata/fix-pypi-action
Browse files Browse the repository at this point in the history
Fix a PyPI release action
  • Loading branch information
y0z authored Jan 17, 2025
2 parents 30ee230 + 71994e5 commit 126b603
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 126b603

Please sign in to comment.