We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a2c17 commit fb6bf26Copy full SHA for fb6bf26
.github/workflows/wheels.yml
@@ -108,6 +108,8 @@ jobs:
108
name: Deploy to PyPI
109
needs: [build_wheels, build_sdist]
110
runs-on: ubuntu-latest
111
+ permissions:
112
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
113
if: github.event_name == 'release' && github.event.action == 'created'
114
steps:
115
- uses: actions/checkout@v4
@@ -121,7 +123,6 @@ jobs:
121
123
- name: Publish distribution to PyPI
122
124
uses: pypa/gh-action-pypi-publish@release/v1
125
with:
- password: ${{ secrets.pypi_token }}
126
packages_dir: wheelhouse/
127
# Deploy wheels and sdist to AWS S3 (main)
128
deploy_s3:
0 commit comments