We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8728b1a commit 78cf1f6Copy full SHA for 78cf1f6
.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.6.0
+ uses: hynek/build-and-inspect-python-package@v2.12.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