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 6279e04 commit 3c35f0eCopy full SHA for 3c35f0e
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- name: Build and Check Package
26
- uses: hynek/build-and-inspect-python-package@v2.11.0
+ uses: hynek/build-and-inspect-python-package@v2.12.0
27
with:
28
attest-build-provenance-github: 'true'
29
@@ -46,7 +46,7 @@ jobs:
46
path: dist
47
48
- name: Publish package to PyPI
49
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
50
51
attestations: true
52
.github/workflows/test.yml
steps:
# Disabling because this is failing currently, see #466.
attest-build-provenance-github: 'false'
0 commit comments