File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ jobs:
5252 fail-fast : false
5353 matrix :
5454 os : [ubuntu-20.04, macos-12, windows-2019]
55- architecture : [' x64' ]
55+ architecture : [" x64" ]
5656 linux_archs : ["auto s390x"]
5757 include :
5858 - os : windows-2019
59- architecture : ' x86'
59+ architecture : " x86"
6060 skip : " *2*win* *win_amd64"
6161 environment_windows : INCLUDE="C:/Program Files (x86)/Snappy/include" LIB="C:/Program Files (x86)/Snappy/lib"
6262 - os : windows-2019
63- architecture : ' x64'
63+ architecture : " x64"
6464 skip : " *2*win* *win32"
6565 environment_windows : INCLUDE="C:/Program Files/Snappy/include" LIB="C:/Program Files/Snappy/lib"
6666 - os : ubuntu-20.04
67- architecture : ' x64'
67+ architecture : " x64"
6868 linux_archs : aarch64 ppc64le
6969
7070 name : Python ${{ matrix.os }}
9494 uses : docker/setup-qemu-action@v1
9595 with :
9696 platforms : all
97-
97+
9898 - name : Add msbuild to PATH
9999 if : runner.os == 'Windows'
100100 uses : microsoft/setup-msbuild@v1.0.2
@@ -108,15 +108,15 @@ jobs:
108108 run : |
109109 python -m pip wheel -w ./wheelhouse .
110110
111- - uses : actions/upload-artifact@v2
111+ - uses : actions/upload-artifact@v4
112112 with :
113113 path : ./wheelhouse/*.whl
114114 name : wheels
115115
116116 upload :
117117 runs-on : ubuntu-latest
118118 name : upload wheels
119- needs : [' sdist', ' build' ]
119+ needs : [" sdist", " build" ]
120120 if : startsWith(github.ref, 'refs/tags/0.')
121121 steps :
122122 - name : Download test data
You can’t perform that action at this time.
0 commit comments