Skip to content

Commit 0da0a69

Browse files
committed
another one
1 parent bbb58e2 commit 0da0a69

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)