We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aeb7f commit 1f2bf02Copy full SHA for 1f2bf02
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: '16.x'
23
24
- name: Build and Check Package
25
- uses: hynek/build-and-inspect-python-package@v1
+ uses: hynek/build-and-inspect-python-package@v2
26
27
- name: Download Package
28
uses: actions/download-artifact@v3
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
test_javascript:
54
name: Run javascript unit tests
0 commit comments