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.
2 parents 947e5b8 + d07b406 commit dfe39d9Copy full SHA for dfe39d9
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Build and Check Package
20
- uses: hynek/build-and-inspect-python-package@v2.12
+ uses: hynek/build-and-inspect-python-package@v2.13
21
22
deploy:
23
needs: package
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
26
27
28
29
test:
30
needs: [package]
0 commit comments