We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baaf83c commit 95e1bddCopy full SHA for 95e1bdd
1 file changed
.github/workflows/release.yaml
@@ -4,13 +4,16 @@ on:
4
# tags:
5
# - '[0-9].[0-9]+.[0-9]+'
6
7
+permissions:
8
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
9
+ contents: read
10
+
11
jobs:
12
publish:
13
name: Publish to PyPi
14
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
15
runs-on: [self-hosted, linux, x64]
- permissions:
- id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
16
17
steps:
18
- name: Checkout source
19
uses: actions/checkout@v4
0 commit comments