Skip to content

Commit ae08146

Browse files
authoredSep 3, 2024··
Merge pull request #12768 from pytest-dev/patchback/backports/8.3.x/c335a376b0f4f0f48b70b73910599049f6d84e09/pr-12761
2 parents bf379f4 + 2dfea27 commit ae08146

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
path: dist
5555

5656
- name: Publish package to PyPI
57-
uses: pypa/gh-action-pypi-publish@v1.9.0
57+
uses: pypa/gh-action-pypi-publish@v1.10.0
58+
with:
59+
attestations: true
5860

5961
- name: Push tag
6062
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.