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 8886b59 commit 2e67696Copy full SHA for 2e67696
.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.8.0
+ uses: hynek/build-and-inspect-python-package@v2.9.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].0
+ uses: pypa/[email protected].1
50
51
attestations: true
52
.github/workflows/test.yml
steps:
0 commit comments