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 dec4013 commit ea5c1deCopy full SHA for ea5c1de
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4.2.2
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v2.11.0
+ uses: hynek/build-and-inspect-python-package@v2.12.0
23
24
deploy:
25
needs: package
@@ -39,7 +39,7 @@ jobs:
39
path: dist
40
41
- name: Publish package to PyPI
42
- uses: pypa/gh-action-pypi-publish@v1.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
43
with:
44
attestations: true
45
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
68
69
70
71
test:
72
needs: [compile, package]
0 commit comments