Skip to content

Commit

Permalink
Build manylinux2014 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
rappdw committed Feb 24, 2022
1 parent 77d8d10 commit 7bfae01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mkdir -p ./wheel

bin/build-osx-wheels.sh

docker run --rm -it --mount type=bind,source=$(pwd),target=/workdir --entrypoint=/workdir/bin/build-linux-wheels.sh quay.io/pypa/manylinux_2_24_x86_64
docker run --rm -it --mount type=bind,source=$(pwd),target=/workdir --entrypoint=/workdir/bin/build-linux-wheels.sh quay.io/pypa/manylinux_2_24_x86_64
docker run --rm -it --mount type=bind,source=$(pwd),target=/workdir --entrypoint=/workdir/bin/build-linux-wheels.sh quay.io/pypa/manylinux2014_x86_64

0 comments on commit 7bfae01

Please sign in to comment.