diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index a581491..f36ea56 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -52,19 +52,19 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-12, windows-2019] - architecture: ['x64'] + architecture: ["x64"] linux_archs: ["auto s390x"] include: - os: windows-2019 - architecture: 'x86' + architecture: "x86" skip: "*2*win* *win_amd64" environment_windows: INCLUDE="C:/Program Files (x86)/Snappy/include" LIB="C:/Program Files (x86)/Snappy/lib" - os: windows-2019 - architecture: 'x64' + architecture: "x64" skip: "*2*win* *win32" environment_windows: INCLUDE="C:/Program Files/Snappy/include" LIB="C:/Program Files/Snappy/lib" - os: ubuntu-20.04 - architecture: 'x64' + architecture: "x64" linux_archs: aarch64 ppc64le name: Python ${{ matrix.os }} @@ -94,7 +94,7 @@ jobs: uses: docker/setup-qemu-action@v1 with: platforms: all - + - name: Add msbuild to PATH if: runner.os == 'Windows' uses: microsoft/setup-msbuild@v1.0.2 @@ -108,7 +108,7 @@ jobs: run: | python -m pip wheel -w ./wheelhouse . - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl name: wheels @@ -116,7 +116,7 @@ jobs: upload: runs-on: ubuntu-latest name: upload wheels - needs: ['sdist', 'build'] + needs: ["sdist", "build"] if: startsWith(github.ref, 'refs/tags/0.') steps: - name: Download test data