We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4fc11 commit 2bfda1cCopy full SHA for 2bfda1c
.github/workflows/release.yml
@@ -55,5 +55,10 @@ jobs:
55
- name: Print out packages
56
run: ls dist
57
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
+
63
- name: Publish package distributions to PyPI
64
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
0 commit comments