We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b744e commit f9bafe1Copy full SHA for f9bafe1
.github/workflows/manual-publish-version.yml
@@ -40,12 +40,18 @@ jobs:
40
url: https://pypi.org/p/howlongtobeatpy
41
permissions:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
+ attestations: write
44
+ artifact-metadata: write
45
steps:
46
- name: Download all the dists
47
uses: actions/download-artifact@v8
48
with:
49
name: python-package-distributions
50
path: dist/
51
+ - name: Attest build provenance
52
+ uses: actions/attest@v4
53
+ with:
54
+ subject-path: dist/
55
- name: Publish distribution 📦 to PyPI
56
uses: pypa/gh-action-pypi-publish@release/v1
57
0 commit comments