Skip to content

Commit 933bd84

Browse files
authored
Update hynek/build-and-inspect-python-package to see if that fixes the build.
1 parent 404475f commit 933bd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
# We want our tags here
105105
fetch-depth: 0
106-
- uses: hynek/build-and-inspect-python-package@v1.1
106+
- uses: hynek/build-and-inspect-python-package@v2
107107

108108
install-dev:
109109
strategy:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Fetch all tags; this is needed for hatch-vcs
3131
fetch-depth: 0
3232

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

3535
# Upload to Test PyPI on every commit on main.
3636
publish-test-release:

0 commit comments

Comments
 (0)