Skip to content

Commit

Permalink
Update referenced docker container for cibuildwheel to vcpkg variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseh96 committed Oct 16, 2024
1 parent ec3ca0a commit dc0324e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
env:
CIBW_BUILD: '{cp,pp}3*x86_64'
CIBW_SKIP: '{cp,pp}3{6,7}*'
CIBW_MANYLINUX_X86_64_IMAGE: "jameseh96/manylinux2014_x86_64_conan"
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "jameseh96/manylinux2014_x86_64_conan"
CIBW_MUSLLINUX_X86_64_IMAGE: "jameseh96/musllinux_1_1_x86_64_conan"
CIBW_MUSLLINUX_PYPY_X86_64_IMAGE: "jameseh96/musllinux_1_1_x86_64_conan"
CIBW_MANYLINUX_X86_64_IMAGE: "jameseh96/manylinux2014_x86_64_vcpkg"
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "jameseh96/manylinux2014_x86_64_vcpkg"
CIBW_MUSLLINUX_X86_64_IMAGE: "jameseh96/musllinux_1_1_x86_64_vcpkg"
CIBW_MUSLLINUX_PYPY_X86_64_IMAGE: "jameseh96/musllinux_1_1_x86_64_vcpkg"
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit dc0324e

Please sign in to comment.