We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2e6e2 commit 3dd17e6Copy full SHA for 3dd17e6
1 file changed
.github/workflows/ampere-build-and-release.yaml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
for whl in wheelhouse/*.whl; do
55
echo "=== $(basename $whl) ==="
56
- python -m zipfile -l "$whl"
+ python3 -m zipfile -l "$whl"
57
done
58
59
- uses: actions/upload-artifact@v4
0 commit comments