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

Commit

Permalink
build: bump to manylinux2014 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mctavish committed Aug 9, 2022
1 parent 4d953f2 commit c891b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-dist.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMAGE='quay.io/pypa/manylinux2010_x86_64'
DOCKER_IMAGE='quay.io/pypa/manylinux2014_x86_64'

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

0 comments on commit c891b1a

Please sign in to comment.