Skip to content

Commit

Permalink
Merge pull request #246 from brunns/update-hynek-build-and-inspect-py…
Browse files Browse the repository at this point in the history
…thon-package-to-v2

Update hynek/build-and-inspect-python-package to fix the build
  • Loading branch information
offbyone authored Apr 15, 2024
2 parents 404475f + 933bd84 commit 9814948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
# We want our tags here
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v1.1
- uses: hynek/build-and-inspect-python-package@v2

install-dev:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Fetch all tags; this is needed for hatch-vcs
fetch-depth: 0

- uses: hynek/build-and-inspect-python-package@v1
- uses: hynek/build-and-inspect-python-package@v2

# Upload to Test PyPI on every commit on main.
publish-test-release:
Expand Down

0 comments on commit 9814948

Please sign in to comment.