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 21, 2024
1 parent 2b37258 commit fd775a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
- name: Configure MSVC (Windows only)
if: ${{ runner.os == 'Windows' }}
uses: ilammy/msvc-dev-cmd@v1
- name: Set up Python
uses: actions/setup-python@v5
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: auto64
# CIBW_BEFORE_ALL: ls -alR /opt/_internal/cpython-3.6.15
Expand Down

0 comments on commit fd775a7

Please sign in to comment.