Skip to content

Commit 9a54881

Browse files
authored
Merge pull request #424 from pbs-data-solutions/publish
Add permissions to publish
2 parents c7e1a0e + cef1e63 commit 9a54881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
release:
102102
name: Release
103103
runs-on: ubuntu-latest
104+
permissions:
105+
# For PyPI's trusted publishing.
106+
id-token: write
104107
if: "startsWith(github.ref, 'refs/tags/')"
105108
needs: [linux, windows, macos, sdist]
106109
steps:

0 commit comments

Comments
 (0)