We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab798d5 commit adfba2bCopy full SHA for adfba2b
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.11
+ uses: hynek/build-and-inspect-python-package@v2.12
23
24
deploy:
25
needs: package
@@ -39,7 +39,7 @@ jobs:
39
path: dist
40
41
- name: Publish package to PyPI
42
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
43
with:
44
attestations: true
45
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
steps:
26
27
test:
28
0 commit comments