Skip to content

Commit 1f2bf02

Browse files
Upgrade github actions hynek/build-and-inspect-python-package
1 parent a5aeb7f commit 1f2bf02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '16.x'
2323

2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v1
25+
uses: hynek/build-and-inspect-python-package@v2
2626

2727
- name: Download Package
2828
uses: actions/download-artifact@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: '16.x'
4949

5050
- name: Build and Check Package
51-
uses: hynek/build-and-inspect-python-package@v1
51+
uses: hynek/build-and-inspect-python-package@v2
5252

5353
test_javascript:
5454
name: Run javascript unit tests

0 commit comments

Comments
 (0)