Skip to content

Commit e88ed0e

Browse files
authored
Update release-pypi.yml
1 parent 78390e1 commit e88ed0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
permissions:
1010
contents: read
11-
id-token: write # REQUIRED for PyPI Trusted Publishing (OIDC)
11+
id-token: write
1212

1313
jobs:
1414
build-publish-pypi:
1515
runs-on: ubuntu-latest
16-
# environment: pypi # uncomment if you set an Environment and referenced it on PyPI
16+
environment: pypi
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)