Skip to content

Commit caf7e23

Browse files
committed
update: add environment specification for PyPI publishing job
1 parent 33b4f0d commit caf7e23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ jobs:
278278
runs-on: ubuntu-latest
279279
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
280280
needs: [linux, windows, macos, sdist]
281+
environment:
282+
name: pypi
281283
permissions:
282284
contents: read
283285
id-token: write

0 commit comments

Comments
 (0)