Skip to content

Commit 7c7874d

Browse files
committed
forgot pypi id-token
1 parent c977517 commit 7c7874d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
name: Upload wheels to private PyPI
5252
runs-on: ubuntu-latest
5353
needs: [ build_wheels,build_sdist ]
54+
environment:
55+
name: pypi
56+
url: https://pypi.org/p/klaycircuits
57+
permissions:
58+
id-token: write
5459

5560
steps:
5661
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)