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 5badc78 commit ddafcadCopy full SHA for ddafcad
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v3
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.8.0
+ uses: hynek/build-and-inspect-python-package@v2.13.0
23
24
deploy:
25
needs: package
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
41
42
43
44
test:
45
needs: [package]
0 commit comments