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 c1449a1 commit ec53833Copy full SHA for ec53833
.github/workflows/pypi-package.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
- - uses: hynek/build-and-inspect-python-package@v1
+ - uses: hynek/build-and-inspect-python-package@v2
28
29
# Upload to Test PyPI on every commit on main.
30
release-test-pypi:
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: Download packages built by build-and-inspect-python-package
39
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
40
41
name: Packages
42
path: dist
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments