We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f930e3 commit d82ff79Copy full SHA for d82ff79
1 file changed
.github/workflows/release.yml
@@ -72,15 +72,15 @@ jobs:
72
publish-pypi:
73
name: Publish packages to PyPi
74
runs-on: ubuntu-22.04
75
-
76
needs: package
77
+ permissions:
+ id-token: write
78
+ contents: read
79
steps:
80
- uses: actions/download-artifact@v4
81
with:
82
name: built-artifacts
83
path: dist/
84
- uses: pypa/gh-action-pypi-publish@release/v1
85
86
packages-dir: dist/
0 commit comments