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 9515dfa commit c22b012Copy full SHA for c22b012
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
- name: Build and Check Package
34
- uses: hynek/build-and-inspect-python-package@v2.8.0
+ uses: hynek/build-and-inspect-python-package@v2.9.0
35
with:
36
attest-build-provenance-github: 'true'
37
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
fetch-depth: 0
41
42
43
44
45
build:
46
needs: [package]
0 commit comments