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'
|
||||
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v1
|
||||
uses: hynek/build-and-inspect-python-package@v2
|
||||
|
||||
- name: Download Package
|
||||
uses: actions/download-artifact@v3
|
||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
node-version: '16.x'
|
||||
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v1
|
||||
uses: hynek/build-and-inspect-python-package@v2
|
||||
|
||||
test_javascript:
|
||||
name: Run javascript unit tests
|
||||
|
|
Loading…
Reference in New Issue