Skip to content

Commit b627819

Browse files
committed
added trusted publishing infos
1 parent 9ac5255 commit b627819

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
deploy:
1515
depends-on: create_wheel_and_sdist
1616
runs-on: ubuntu-latest
17+
18+
environment: pypi
19+
permissions:
20+
id-token: write. # IMPORTANT: this permission is mandatory for Trusted Publishing
1721

1822
steps:
1923
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)