We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd8abf commit 399f565Copy full SHA for 399f565
.github/workflows/create-release.yml
@@ -143,6 +143,11 @@ jobs:
143
pypi:
144
name: PyPI distribution for Python ${{ matrix.python-version }}
145
runs-on: ubuntu-latest
146
+ # Specifying a GitHub environment is optional, but strongly encouraged
147
+ #environment: release
148
+ permissions:
149
+ # IMPORTANT: this permission is mandatory for trusted publishing
150
+ id-token: write
151
needs: [ github, version_check ]
152
if: ${{ startsWith(github.ref_name, 'v') || needs.version_check.outputs.PCAPKIT_TAG_EXISTS == 'false' }}
153
strategy:
0 commit comments