Skip to content

Commit

Permalink
Attempt to build a single architecture wheel for Windows
Browse files Browse the repository at this point in the history
Still trying to understand what's going on, as the build succeeds in my
home machine...
  • Loading branch information
lelit committed Jan 21, 2024
1 parent 5a84d95 commit bfd42a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ jobs:
env:
CIBW_TEST_REQUIRES: "coverage pytest pytest-cov"
CIBW_TEST_COMMAND: "py.test {project}/tests"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* cp38* pp*"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* cp38* pp* cp*-win_x86"
CIBW_ARCHS: ${{matrix.arch}}
CIBW_PRERELEASE_PYTHONS: True
CIBW_BEFORE_BUILD_WINDOWS: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
set DISTUTILS_USE_SDK=1
set MSSdk=1
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bfd42a0

Please sign in to comment.