Skip to content

Commit 270b094

Browse files
committed
fix: add environment to pypi publish
1 parent 26785f2 commit 270b094

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ jobs:
165165
runs-on: ubuntu-latest
166166
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
167167
needs: [linux, musllinux, macos, sdist]
168+
environment:
169+
name: pypi
170+
url: https://pypi.org/p/stacrs
168171
permissions:
169172
id-token: write
170173
contents: write

0 commit comments

Comments
 (0)