We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f25a7eb + 5100ece commit 5ba250fCopy full SHA for 5ba250f
2 files changed
.github/workflows/publish.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
environment: pypi
11
permissions:
12
+ contents: read # checkout private repo
13
id-token: write # trusted publishing
14
steps:
15
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.2.2
.github/workflows/test-publish.yml
@@ -8,6 +8,7 @@ jobs:
8
environment: testpypi
0 commit comments