Skip to content

Commit

Permalink
ci: test #3
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Jan 17, 2025
1 parent 31e1fca commit 1cdf69b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,29 +301,29 @@ jobs:
cache-to: type=gha,mode=max

build:
name: ${{ matrix.only }}
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# needs:
# - test
strategy:
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
Expand Down Expand Up @@ -372,11 +372,11 @@ jobs:
python setup.py sdist
- uses: pypa/[email protected]
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 }}-*'
Expand Down

0 comments on commit 1cdf69b

Please sign in to comment.