From ac469986de348ff3eec60555846921b4ef764dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:51:33 +0000 Subject: [PATCH 1/2] Bump hynek/build-and-inspect-python-package from 2.12.0 to 2.13.0 Bumps [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/b5076c307dc91924a82ad150cdd1533b444d3310...c52c3a4710070b50470d903818a7b25115dcd076) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prerelease.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index dbf429a98..1f55a8b53 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -52,7 +52,7 @@ jobs: echo "PYTEST_ERRORS=$?" >> $GITHUB_ENV - name: "Build and inspect package 📦" - uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 + uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 if: matrix.python-version == '3.9' id: baipp diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8708c4b94..d7ece7e2c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: - run: python -Im pip install tox-uv - name: "Build and inspect package 📦" - uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # 2.12.0 + uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0 id: baipp - run: echo Packages can be found at "${BAIPP_DIST}" From 520e57afca39f01392b04857034e9addc201ad12 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Wed, 1 Oct 2025 12:06:49 +0200 Subject: [PATCH 2/2] Update .github/workflows/prerelease.yml --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1f55a8b53..abea9c972 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -52,7 +52,7 @@ jobs: echo "PYTEST_ERRORS=$?" >> $GITHUB_ENV - name: "Build and inspect package 📦" - uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 + uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0 if: matrix.python-version == '3.9' id: baipp