Skip to content

Commit

Permalink
Update to manylinux2014 for wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jun 8, 2022
1 parent dc9a42b commit 14dba22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: manylinux 64-bit
os: ubuntu-latest
python-version: 3.8
docker-image: manylinux1_x86_64
docker-image: manylinux2014_x86_64
- name: manylinux 32-bit
os: ubuntu-latest
python-version: 3.8
docker-image: manylinux1_i686
docker-image: manylinux2014_i686

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 14dba22

Please sign in to comment.