Skip to content

Commit

Permalink
Merge pull request #80 from pytest-dev/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-4e3e4f0144

Bump the github-actions group with 2 updates
  • Loading branch information
nicoddemus authored Dec 16, 2024
2 parents ac8cae8 + 170a1be commit ef0c5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.10
uses: hynek/build-and-inspect-python-package@v2.11

deploy:
needs: package
Expand All @@ -36,7 +36,7 @@ jobs:
path: dist

- name: Publish package to PyPI
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
attestations: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.10
uses: hynek/build-and-inspect-python-package@v2.11

test:
needs: [package]
Expand Down

0 comments on commit ef0c5f5

Please sign in to comment.