Skip to content

Commit

Permalink
ci: Bump build-and-inspect-python-package (#13188)
Browse files Browse the repository at this point in the history
Otherwise the build is broken as Python 3.13 is used, but the pinned pydantic-core version doesn't have support.
  • Loading branch information
The-Compiler authored Feb 3, 2025
1 parent 8728b1a commit 78cf1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
persist-credentials: false

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.6.0
uses: hynek/build-and-inspect-python-package@v2.12.0
with:
attest-build-provenance-github: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.6.0
uses: hynek/build-and-inspect-python-package@v2.12.0

build:
needs: [package]
Expand Down

0 comments on commit 78cf1f6

Please sign in to comment.