Skip to content

Commit

Permalink
Update manylinux docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-edelman authored Nov 14, 2023
1 parent 5b7375c commit 0c08568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build wheels in docker
shell: bash
run: |
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/Docker/buildwheel.sh
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux_2_28_x86_64 bash .github/workflows/Docker/buildwheel.sh
- name: Upload Wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 0c08568

Please sign in to comment.