Skip to content

Commit c251ff4

Browse files
authored
Added verion fix for manylinux (#17)
1 parent 2165a5d commit c251ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/travis/build-manylinux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
docker_tag="parallelssh/ssh-manylinux"
44

55
rm -rf build ssh/libssh.*
6+
python ci/appveyor/fix_version.py .
67

78
docker pull $docker_tag || echo
89
docker build --pull --cache-from $docker_tag ci/docker/manylinux -t $docker_tag

0 commit comments

Comments
 (0)