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 ef0c5f5 + fe87f5a commit 947e5b8Copy full SHA for 947e5b8
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Build and Check Package
20
- uses: hynek/build-and-inspect-python-package@v2.11
+ uses: hynek/build-and-inspect-python-package@v2.12
21
22
deploy:
23
needs: package
@@ -36,7 +36,7 @@ jobs:
36
path: dist
37
38
- name: Publish package to PyPI
39
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
40
with:
41
attestations: true
42
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
26
27
28
29
test:
30
needs: [package]
0 commit comments