Skip to content

Commit

Permalink
ci: enable attestations on pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Sep 22, 2024
1 parent 7073d5f commit 864a4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
- name: Publish package to PyPI
if: env.PREVIOUS_REVISION != env.REVISION
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true

0 comments on commit 864a4be

Please sign in to comment.