Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bfda1c

Browse files
committed
CI: add attestation
1 parent ee4fc11 commit 2bfda1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,10 @@ jobs:
5555
- name: Print out packages
5656
run: ls dist
5757

58+
- name: Generate artifact attestation for sdist and wheel
59+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
60+
with:
61+
subject-path: dist/cycler-*
62+
5863
- name: Publish package distributions to PyPI
5964
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2

0 commit comments

Comments
 (0)