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 86af08c commit 2047e56Copy full SHA for 2047e56
1 file changed
.github/workflows/pypi-package.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
fetch-depth: 0
29
30
- - uses: hynek/build-and-inspect-python-package@v1
+ - uses: hynek/build-and-inspect-python-package@v2
31
32
# Upload to Test PyPI on every commit on main.
33
release-test-pypi:
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Download packages built by build-and-inspect-python-package
42
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
43
44
name: Packages
45
path: dist
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments