Skip to content

Commit 3dd17e6

Browse files
committed
build(whl): add fix python again
1 parent 4d2e6e2 commit 3dd17e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ampere-build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
for whl in wheelhouse/*.whl; do
5555
echo "=== $(basename $whl) ==="
56-
python -m zipfile -l "$whl"
56+
python3 -m zipfile -l "$whl"
5757
done
5858
5959
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)