We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7c0b0 commit 0cf3a0fCopy full SHA for 0cf3a0f
.github/workflows/pip.yml
@@ -91,11 +91,12 @@ jobs:
91
runs-on: ubuntu-latest
92
if: github.event_name == 'release' && github.event.action == 'published'
93
needs: [packaging]
94
- environment: pypi
+ environment:
95
+ name: pypi
96
+ url: https://pypi.org/p/pybind11
97
permissions:
98
id-token: write
99
attestations: write
- contents: read
100
101
steps:
102
# Downloads all to directories matching the artifact names
@@ -110,8 +111,10 @@ jobs:
110
111
uses: pypa/gh-action-pypi-publish@release/v1
112
with:
113
packages-dir: standard/
114
+ attestations: true
115
116
- name: Publish global package
117
118
119
packages-dir: global/
120
0 commit comments