diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a5f343381..5d6e6bb20 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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