From 933bd84d0f57415c17fb1832e1dece326982ffd9 Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Mon, 15 Apr 2024 11:44:56 +0100 Subject: [PATCH] Update hynek/build-and-inspect-python-package to see if that fixes the build. --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78d1a74..aebce48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c69e92..5b211d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: