Skip to content

Commit 91d5ca5

Browse files
authored
Merge pull request #149 from pytest-dev/dependabot/github_actions/github-actions-095e3e9835
Bump the github-actions group with 2 updates
2 parents 1f40b99 + 9ff386e commit 91d5ca5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/[email protected]
42+
uses: pypa/[email protected]
43+
with:
44+
attestations: true
4345

4446
- name: Push tag
4547
run: |
@@ -49,7 +51,7 @@ jobs:
4951
git push origin v${{ github.event.inputs.version }}
5052
5153
- name: GitHub Release
52-
uses: softprops/action-gh-release@v1
54+
uses: softprops/action-gh-release@v2
5355
with:
5456
files: dist/*
5557
tag_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)