Skip to content

Commit

Permalink
CD: get our Python wheels to build again.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 22, 2024
1 parent 7c7fc1b commit 5856361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: auto64
CIBW_BUILD: cp*
CIBW_BUILD_VERBOSITY: 3
CIBW_ENVIRONMENT: CIBUILDWHEEL=ON
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11
CIBW_ENVIRONMENT_PASS_LINUX: CIBUILDWHEEL
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
MACOSX_DEPLOYMENT_TARGET: 11
CIBW_SKIP: *muslinux*
- name: Upload wheel artifacts
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5856361

Please sign in to comment.