We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00778fe commit 5ed7d34Copy full SHA for 5ed7d34
1 file changed
.github/workflows/publish-pypi.yml
@@ -12,6 +12,8 @@ jobs:
12
publish:
13
name: publish
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ id-token: write
17
18
steps:
19
- uses: actions/checkout@v4
@@ -25,7 +27,6 @@ jobs:
25
27
RYE_INSTALL_OPTION: '--yes'
26
28
29
- name: Publish to PyPI
30
+
31
run: |
32
bash ./bin/publish-pypi
- env:
- PYPI_TOKEN: ${{ secrets.GITPOD_PYPI_TOKEN || secrets.PYPI_TOKEN }}
0 commit comments