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 2aea159 commit cc09c42Copy full SHA for cc09c42
.github/workflows/release.yml
@@ -120,7 +120,7 @@ jobs:
120
# see https://github.com/pypa/gh-action-pypi-publish
121
uses: pypa/gh-action-pypi-publish@release/v1
122
with:
123
- password: ${{ secrets.PYPI_TOKEN }}
+ attestations: true
124
125
- name: Publish package distributions to GitHub Releases
126
if: steps.release.outputs.released == 'true'
0 commit comments