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 a1a4918 commit 3ef3c2dCopy full SHA for 3ef3c2d
.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.9.0
+ uses: hynek/build-and-inspect-python-package@v2.10.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