Skip to content

Commit 9814948

Browse files
authored
Merge pull request hamcrest#246 from brunns/update-hynek-build-and-inspect-python-package-to-v2
Update hynek/build-and-inspect-python-package to fix the build
2 parents 404475f + 933bd84 commit 9814948

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)