Skip to content

Commit 66bbec7

Browse files
authored
Merge pull request #94 from nicoddemus/dependabot/github_actions/hynek/build-and-inspect-python-package-2.11
Bump hynek/build-and-inspect-python-package from 2.10 to 2.11
2 parents 27d7345 + 66363cf commit 66bbec7

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.10
26+
uses: hynek/build-and-inspect-python-package@v2.11
2727

2828
test:
2929
needs: [package]

0 commit comments

Comments
 (0)