Upgrade github actions hynek/build-and-inspect-python-package
This commit is contained in:
parent
a5aeb7feb2
commit
1f2bf02187
|
@ -22,7 +22,7 @@ jobs:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Build and Check Package
|
- name: Build and Check Package
|
||||||
uses: hynek/build-and-inspect-python-package@v1
|
uses: hynek/build-and-inspect-python-package@v2
|
||||||
|
|
||||||
- name: Download Package
|
- name: Download Package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Build and Check Package
|
- name: Build and Check Package
|
||||||
uses: hynek/build-and-inspect-python-package@v1
|
uses: hynek/build-and-inspect-python-package@v2
|
||||||
|
|
||||||
test_javascript:
|
test_javascript:
|
||||||
name: Run javascript unit tests
|
name: Run javascript unit tests
|
||||||
|
|
Loading…
Reference in New Issue