Skip to content

Commit

Permalink
Merge pull request #149 from pytest-dev/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-095e3e9835

Bump the github-actions group with 2 updates
  • Loading branch information
nicoddemus authored Sep 18, 2024
2 parents 1f40b99 + 9ff386e commit 91d5ca5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
path: dist

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

- name: Push tag
run: |
Expand All @@ -49,7 +51,7 @@ jobs:
git push origin v${{ github.event.inputs.version }}
- name: GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: dist/*
tag_name: v${{ github.event.inputs.version }}

0 comments on commit 91d5ca5

Please sign in to comment.