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.
1 parent 78390e1 commit e88ed0eCopy full SHA for e88ed0e
1 file changed
.github/workflows/release-pypi.yml
@@ -8,12 +8,12 @@ on:
8
9
permissions:
10
contents: read
11
- id-token: write # REQUIRED for PyPI Trusted Publishing (OIDC)
+ id-token: write
12
13
jobs:
14
build-publish-pypi:
15
runs-on: ubuntu-latest
16
- # environment: pypi # uncomment if you set an Environment and referenced it on PyPI
+ environment: pypi
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-python@v5
0 commit comments