Skip to content

Commit 501bef6

Browse files
authored
feat: update environment for release workflow in python.yml (#32)
1 parent c1153d8 commit 501bef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)