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 ac8cae8 commit 170a1beCopy full SHA for 170a1be
.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.10
+ uses: hynek/build-and-inspect-python-package@v2.11
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].2
+ uses: pypa/[email protected].3
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