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 8cdf29e commit 140ac5aCopy full SHA for 140ac5a
.github/workflows/main.yml
@@ -202,10 +202,7 @@ jobs:
202
run: |
203
tree dist
204
- name: PyPI upload
205
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 # zizmor: ignore[use-trusted-publishing] # see #700
206
- with:
207
- attestations: true
208
- packages-dir: dist
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
209
- name: Download Release Notes
210
uses: actions/download-artifact@v4
211
with:
0 commit comments