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 07fabee commit 694cbbdCopy full SHA for 694cbbd
1 file changed
.github/workflows/ci.yml
@@ -227,6 +227,8 @@ jobs:
227
needs: [build_wheels]
228
runs-on: ubuntu-latest
229
environment: release
230
+ permissions:
231
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
232
233
steps:
234
- uses: actions/download-artifact@v4
@@ -237,9 +239,7 @@ jobs:
237
239
pattern: wheels-*
238
240
merge-multiple: true
241
- - uses: pypa/gh-action-pypi-publish@v1.12.4
- with:
242
- user: __token__
243
- password: ${{ secrets.PYPI_TOKEN }}
+ - uses:
+ pypa/gh-action-pypi-publish@v1.12.4
244
245
# To test: repository_url: https://test.pypi.org/legacy/
0 commit comments