Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit c891b1a

Browse files
authored
build: bump to manylinux2014 (#55)
1 parent 4d953f2 commit c891b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_IMAGE='quay.io/pypa/manylinux2010_x86_64'
1+
DOCKER_IMAGE='quay.io/pypa/manylinux2014_x86_64'
22

33
docker pull "$DOCKER_IMAGE"
44
docker container run -t --rm -v "$(pwd)":/io "$DOCKER_IMAGE" /io/src/build-wheels.sh

0 commit comments

Comments
 (0)