This repository was archived by the owner on Feb 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
CIBW_TEST_REQUIRES : pytest
13
13
CIBW_TEST_COMMAND : " pytest {project}"
14
14
CIBW_DEPENDENCY_VERSIONS : " pinned"
15
+ CIBW_ARCHS : auto
15
16
16
17
jobs :
17
18
build_wheels :
30
31
uses : ilammy/msvc-dev-cmd@v1
31
32
with :
32
33
toolset : " 14.0"
34
+ arch : ${{ matrix.arch }}
33
35
34
36
- name : Build wheels
35
37
uses : pypa/cibuildwheel@v2.8.1
43
45
brew cleanup -s libxml2 libxslt libffi &&
44
46
brew cleanup --prune-prefix &&
45
47
brew install libxml2 libxslt automake pkg-config
46
- CIBW_BEFORE_ALL_WINDOWS : " call xmlstarlet\\ build_msvc.bat"
48
+ CIBW_BEFORE_BUILD_WINDOWS : " call xmlstarlet\\ build_msvc.bat"
47
49
CIBW_ENVIRONMENT_MACOS : >
48
50
ARCHFLAGS="-arch x86_64"
49
51
PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxslt/lib/pkgconfig"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ md _build
16
16
17
17
rem Kill Git's link.exe which shadows MSVC's link.exe
18
18
if exist " C:\Program Files\Git\usr\bin\link.exe" del " C:\Program Files\Git\usr\bin\link.exe"
19
+ if exist " C:\Program Files (x86)\Git\usr\bin\link.exe" del " C:\Program Files (x86)\Git\usr\bin\link.exe"
19
20
20
21
echo Fetching sources for dependencies...
21
22
cd _build\
You can’t perform that action at this time.
0 commit comments