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 c6fc60c commit 675832aCopy full SHA for 675832a
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4.2.2
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.12.0
+ uses: hynek/build-and-inspect-python-package@v2.13.0
23
24
deploy:
25
needs: package
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
68
69
70
71
test:
72
needs: [compile, package]
0 commit comments