Skip to content

Commit

Permalink
Merge pull request #12761 from pytest-dev/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…ypa/gh-action-pypi-publish-1.10.0

(cherry picked from commit c335a37)
  • Loading branch information
webknjaz authored and patchback[bot] committed Sep 2, 2024
1 parent bf379f4 commit 2dfea27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
path: dist

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
attestations: true

- name: Push tag
run: |
Expand Down

0 comments on commit 2dfea27

Please sign in to comment.