Skip to content

Commit 7fc9d43

Browse files
committed
Update hynek/build-and-inspect-python-package
1 parent c2285e3 commit 7fc9d43

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
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Build and Check Package
24-
uses: hynek/build-and-inspect-python-package@v2.8.0
24+
uses: hynek/build-and-inspect-python-package@v2.13.0
2525

2626
test:
2727
needs: [package]

0 commit comments

Comments
 (0)