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 5eaa7c8 commit d2f8d04Copy full SHA for d2f8d04
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Build and Check Package
15
- uses: hynek/build-and-inspect-python-package@v2.12
+ uses: hynek/build-and-inspect-python-package@v2.13
16
17
deploy:
18
needs: [package]
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
19
20
21
22
23
test:
24
0 commit comments