Skip to content

Commit 861d484

Browse files
committed
feat: update environment for release workflow in python.yml
1 parent c1153d8 commit 861d484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
needs: [lint, type-check, test, integration, build]
117117
if: startsWith(github.ref, 'refs/tags/')
118-
environment: pypi
118+
environment: release
119119
permissions:
120120
id-token: write
121121
steps:

0 commit comments

Comments
 (0)