Skip to content

Commit

Permalink
Merge pull request #261 from pytest-dev/dependabot/github_actions/hyn…
Browse files Browse the repository at this point in the history
…ek/build-and-inspect-python-package-2.2

build(deps): bump hynek/build-and-inspect-python-package from 1.5 to 2.2
  • Loading branch information
nicoddemus authored Apr 1, 2024
2 parents f8dc3a1 + a382d2f commit 8d9ae1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5
uses: hynek/build-and-inspect-python-package@v2.2

deploy:
needs: package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5
uses: hynek/build-and-inspect-python-package@v2.2

test:

Expand All @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: Download Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.4
with:
name: Packages
path: dist
Expand Down

0 comments on commit 8d9ae1e

Please sign in to comment.