We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f53516 commit d0dea70Copy full SHA for d0dea70
.github/workflows/python-publish.yml
@@ -14,7 +14,8 @@ jobs:
14
deploy:
15
16
runs-on: ubuntu-latest
17
-
+ permissions:
18
+ id-token: write
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python
@@ -30,5 +31,3 @@ jobs:
30
31
- name: Publish distribution 📦 to PyPI
32
if: startsWith(github.ref, 'refs/tags')
33
uses: pypa/gh-action-pypi-publish@release/v1
- with:
34
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments