Skip to content

Commit fdb88b4

Browse files
committed
fix: Add environment for PyPI trusted publishing
1 parent a35df73 commit fdb88b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
release-and-publish:
1313
runs-on: ubuntu-latest
14+
environment: release # Required for PyPI trusted publishing
1415
permissions:
1516
contents: write # For creating releases
1617
id-token: write # For trusted PyPI publishing

0 commit comments

Comments
 (0)