Skip to content

Commit ddafcad

Browse files
committed
Update hynek/build-and-inspect-python-package
1 parent 5badc78 commit ddafcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020

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

2424
deploy:
2525
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Build and Check Package
42-
uses: hynek/build-and-inspect-python-package@v2.8.0
42+
uses: hynek/build-and-inspect-python-package@v2.13.0
4343

4444
test:
4545
needs: [package]

0 commit comments

Comments
 (0)