We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ad524 + 41165f4 commit 7469011Copy full SHA for 7469011
2 files changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v6
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.17.0
+ uses: hynek/build-and-inspect-python-package@v2.18.0
23
24
deploy:
25
needs: package
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
steps:
26
test:
27
needs: [package]
0 commit comments