We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965cdc8 commit 4d296d4Copy full SHA for 4d296d4
.github/workflows/release.yml
@@ -54,13 +54,14 @@ jobs:
54
name: Publish Python distributions to PyPI
55
runs-on: ubuntu-latest
56
environment:
57
- name: pypi
+ name: release
58
url: https://pypi.org/p/vendetect
59
needs: [build, generate-provenance]
60
permissions:
61
# Used to sign the release's artifacts with sigstore-python.
62
# Used to publish to PyPI with Trusted Publishing.
63
- id-token: write
+ id-token: write # For trusted publishing + codesigning.
64
+ contents: write # For attaching signing artifacts to the release.
65
steps:
66
- name: Download distributions
67
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
0 commit comments