Skip to content

Commit

Permalink
CI: add attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Dec 11, 2024
1 parent ee4fc11 commit 2bfda1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ jobs:
- name: Print out packages
run: ls dist

- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
with:
subject-path: dist/cycler-*

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2

0 comments on commit 2bfda1c

Please sign in to comment.