Skip to content

Commit

Permalink
ci: Set attestations to false (#63)
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 Nov 1, 2024
1 parent 1c97386 commit fae72e6
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 fae72e6

Please sign in to comment.