Skip to content

Commit

Permalink
ci: Set attestations to false
Browse files Browse the repository at this point in the history
This is a work around for pypa/gh-action-pypi-publish#283
  • Loading branch information
kesara authored Oct 31, 2024
1 parent 73ef789 commit c07c63b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,5 @@ jobs:
- name: Publish to PyPI
if: env.SHOULD_DEPLOY == 'true'
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false

0 comments on commit c07c63b

Please sign in to comment.