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 c4d289a commit ede5801Copy full SHA for ede5801
.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@b5076c307dc91924a82ad150cdd1533b444d3310
+ uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076
35
with:
36
attest-build-provenance-github: 'true'
37
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
45
46
47
build:
48
needs: [package]
0 commit comments