From 1cdf69bede88dbcf79a3373cf719fd076a1e00f6 Mon Sep 17 00:00:00 2001 From: Adam Souzis Date: Fri, 17 Jan 2025 13:49:04 -0800 Subject: [PATCH] ci: test #3 --- .github/workflows/on_push.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index c178f1c0..16172093 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -301,7 +301,7 @@ jobs: cache-to: type=gha,mode=max build: - name: ${{ matrix.only }} + name: ${{ matrix.os }} runs-on: ${{ matrix.os }} # needs: # - test @@ -309,21 +309,21 @@ jobs: fail-fast: false matrix: os: [ubuntu-24.04-arm, ubuntu-latest, macos-13, macos-14] - # python-version: ['8'] + python-version: ['8'] # arch: [main, alt] include: - os: ubuntu-latest - only: cp313t-manylinux_x86_64 + # only: cp313t-manylinux_x86_64 - os: ubuntu-24.04-arm - only: cp313-manylinux_aarch64 + # only: cp313-manylinux_aarch64 # - os: windows-latest # only: cp38-win32 # - os: windows-latest # only: cp313-win_amd64 - os: macos-13 - only: cp39-macosx_x86_64 + # only: cp39-macosx_x86_64 - os: macos-14 - only: cp39-macosx_arm64 + # only: cp39-macosx_arm64 # include: # - os: ubuntu @@ -372,11 +372,11 @@ jobs: python setup.py sdist - uses: pypa/cibuildwheel@v2.22 + name: build ${{ matrix.os }} binaries + # run: cibuildwheel --output-dir dist with: output-dir: dist - only: "${{ matrix.only }}" - # - name: build ${{ matrix.platform || matrix.os }} binaries - # run: cibuildwheel --output-dir dist + # only: "${{ matrix.only }}" env: CIBW_BUILD_FRONTEND: "build" CIBW_BUILD: 'cp3${{ matrix.python-version }}-*'