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 404ab36 + 1d878d3 commit 4e80019Copy full SHA for 4e80019
2 files changed
.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@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e
+ uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df
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