Skip to content

Commit

Permalink
Merge pull request #1011 from c-bata/fix-pypi-release-action
Browse files Browse the repository at this point in the history
Fix a PyPI release action
  • Loading branch information
c-bata authored Jan 17, 2025
2 parents 971811e + 3a14016 commit 82ed5d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:

- name: Publish distribution to PyPI
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 82ed5d4

Please sign in to comment.