There was an error while loading. Please reload this page.
1 parent 24a3e1c commit 5f46f6dCopy full SHA for 5f46f6d
1 file changed
.github/workflows/build_dist.yml
@@ -32,12 +32,12 @@ jobs:
32
needs: [build_dist]
33
runs-on: ubuntu-latest
34
if: github.event_name == 'release' && github.event.action == 'published'
35
+ permissions:
36
+ id-token: write # Required to retrieve a Trusted Publishing token
37
steps:
38
- uses: actions/download-artifact@v8
39
with:
40
name: artifact
41
path: dist
42
43
- uses: pypa/gh-action-pypi-publish@v1.14.0
- with:
- password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments