Skip to content

Commit 518dd8f

Browse files
committed
add environment to release workflow
1 parent a91fd18 commit 518dd8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# Only run when changeset PR is merged
1313
if: github.event.pull_request.merged == true && github.event.pull_request.head.ref == 'changeset-release'
1414
runs-on: ubuntu-latest
15+
environment: pypi
1516
permissions:
1617
contents: write
1718
id-token: write # For PyPI trusted publishing

0 commit comments

Comments
 (0)