Skip to content

Commit

Permalink
Remove pinning of manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
verveerpj committed May 24, 2022
1 parent 65f1334 commit 2de2bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build Linux Wheel
uses: docker://quay.io/pypa/manylinux2014_x86_64:2022-04-03-da6ecb3
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
entrypoint: /github/workspace/ci/github/build_linux_wheel.sh
args: ${{ matrix.python-version }}
Expand Down

0 comments on commit 2de2bca

Please sign in to comment.