Skip to content

Commit a285bf5

Browse files
committed
Updated the publishing workflow to use trusted publishing
1 parent 63320c9 commit a285bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
14+
environment: release
15+
permissions:
16+
id-token: write
1417
steps:
1518
- uses: actions/checkout@v3
1619
- name: Set up Python

0 commit comments

Comments
 (0)