Skip to content

Commit 5759e3f

Browse files
committed
ci/build-manylinux: use python3 instead of deprecated python alias
1 parent f5a451e commit 5759e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker_files=(
2323
)
2424

2525
rm -rf local build ssh/libssh.* ssh/*.so
26-
python ci/appveyor/fix_version.py .
26+
python3 ci/appveyor/fix_version.py .
2727

2828
if [[ $(uname -m) == "aarch64" ]]; then
2929
docker_files=(

0 commit comments

Comments
 (0)