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 7b65192 commit 9543de0Copy full SHA for 9543de0
.github/workflows/ci.yaml
@@ -106,6 +106,8 @@ jobs:
106
needs: [builder_pypandoc, builder_pypandoc_binary]
107
if: startsWith(github.ref, 'refs/tags/v')
108
runs-on: ubuntu-latest
109
+ permissions:
110
+ id-token: write
111
steps:
112
- name: Check out repository
113
uses: actions/checkout@v4
@@ -118,8 +120,7 @@ jobs:
118
120
uses: pypa/gh-action-pypi-publish@release/v1
119
121
with:
122
verbose: true
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
123
+
124
125
publisher_latest:
126
0 commit comments