Skip to content

Commit 953191f

Browse files
committed
Add environment back to publish workflow
1 parent 72b5ace commit 953191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11-
# environment: pypi # Uncomment if you want deployment protection rules
11+
environment: pypi
1212
permissions:
1313
id-token: write # Required for trusted publishing
1414
steps:

0 commit comments

Comments
 (0)