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 de62390 commit 4f15b7fCopy full SHA for 4f15b7f
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.9
+ uses: hynek/build-and-inspect-python-package@v2.10
23
24
deploy:
25
needs: package
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
steps:
26
27
28
test:
29
needs: [package]
0 commit comments