Skip to content

Commit 3977695

Browse files
committed
Add back publishing environment
1 parent e4e9dc5 commit 3977695

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
environment: "Python Package Deployment"
1213
steps:
1314
- uses: actions/checkout@v3
1415
- name: Set up Python
@@ -30,6 +31,7 @@ jobs:
3031

3132
publish:
3233
runs-on: ubuntu-latest
34+
environment: "Python Package Deployment"
3335
permissions:
3436
id-token: write
3537
needs:

0 commit comments

Comments
 (0)