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 f209c3e commit ad0c1a5Copy full SHA for ad0c1a5
.github/workflows/manualdeploy.yml
@@ -62,6 +62,9 @@ jobs:
62
upload_pypi:
63
needs: [build_wheels, build_sdist]
64
runs-on: ubuntu-latest
65
+ permissions:
66
+ # IMPORTANT: this permission is mandatory for trusted publishing
67
+ id-token: write
68
steps:
69
- uses: actions/download-artifact@v4
70
with:
@@ -70,8 +73,4 @@ jobs:
73
merge-multiple: true
71
74
72
75
- name: Publish package on PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- user: __token__
76
- password: ${{ secrets.PYPI_API_TOKEN }}
77
- verbose: true
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments