Skip to content

Commit 197c6ad

Browse files
committed
ci: Silence zizmore warning about not using trusted publishing.
This is already tracked in pytest-dev#700
1 parent 65841d2 commit 197c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: |
195195
tree dist
196196
- name: PyPI upload
197-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
197+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 # zizmor: ignore[use-trusted-publishing] # see #700
198198
with:
199199
attestations: true
200200
packages-dir: dist

0 commit comments

Comments
 (0)