Skip to content

Commit 933c5e2

Browse files
Bump hynek/build-and-inspect-python-package from 2.12.0 to 2.13.0 (#2231)
Bumps hynek/build-and-inspect-python-package from 2.12.0 to 2.13.0.
1 parent aed7e92 commit 933c5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "PYTEST_ERRORS=$?" >> $GITHUB_ENV
5353
5454
- name: "Build and inspect package 📦"
55-
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
55+
uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0
5656
if: matrix.python-version == '3.9'
5757
id: baipp
5858

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: python -Im pip install tox-uv
5656

5757
- name: "Build and inspect package 📦"
58-
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # 2.12.0
58+
uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0
5959
id: baipp
6060

6161
- run: echo Packages can be found at "${BAIPP_DIST}"

0 commit comments

Comments
 (0)