Skip to content

Commit 2d06ff2

Browse files
authored
Merge branch 'main' into sync_test_async_fixture
2 parents 5beab07 + 8889e9b commit 2d06ff2

File tree

4 files changed

+99
-83
lines changed

4 files changed

+99
-83
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Build and Check Package
34-
uses: hynek/build-and-inspect-python-package@v2.9.0
34+
uses: hynek/build-and-inspect-python-package@v2.10.0
3535
with:
3636
attest-build-provenance-github: 'true'
3737

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
persist-credentials: false
4242
- name: Build and Check Package
43-
uses: hynek/build-and-inspect-python-package@v2.9.0
43+
uses: hynek/build-and-inspect-python-package@v2.10.0
4444

4545
build:
4646
needs: [package]

0 commit comments

Comments
 (0)