Skip to content

Commit 140ac5a

Browse files
seifertmwebknjaz
andcommitted
ci: Remove unnecssary arguments and linting ignores from publishing action
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 8cdf29e commit 140ac5a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,7 @@ jobs:
202202
run: |
203203
tree dist
204204
- 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
205+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
209206
- name: Download Release Notes
210207
uses: actions/download-artifact@v4
211208
with:

0 commit comments

Comments
 (0)