Skip to content

Commit

Permalink
chore: Upload attestations to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 12, 2024
1 parent c033062 commit 7e1c2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
name: Packages
path: dist
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
with:
attestations: true

# Move this up when PyPI supports signing
sign:
name: Sign the distribution package
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 7e1c2d8

Please sign in to comment.