Skip to content

Commit 3277bf3

Browse files
Merge branch 'master' into pre-commit-ci-update-config
2 parents 0db3b86 + 42d3204 commit 3277bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.10
22+
uses: hynek/build-and-inspect-python-package@v2.11
2323

2424
deploy:
2525
needs: package

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.10
25+
uses: hynek/build-and-inspect-python-package@v2.11
2626

2727
test:
2828

0 commit comments

Comments
 (0)