Skip to content

Commit

Permalink
Review CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 27, 2024
1 parent 4901209 commit c8147f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: workflow_dispatch

env:
MATURIN_VERSION: 1.7.0
MATURIN_VERSION: 1.7.4
PY_ALL: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
MATURIN_VERSION: 1.7.0
MATURIN_VERSION: 1.7.4
PYTHON_VERSION: 3.12

jobs:
Expand Down
21 changes: 7 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
tags:
- v*.*.*
# release:
# types: [published]

env:
MATURIN_VERSION: 1.7.0
MATURIN_VERSION: 1.7.4
PY_ALL: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10

jobs:
Expand All @@ -35,7 +33,6 @@ jobs:

wheels:
name: wheel ${{ matrix.platform || matrix.os }}(${{ matrix.target }}) - ${{ matrix.manylinux || 'auto' }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -55,7 +52,7 @@ jobs:
interpreter: pypy3.8 pypy3.9 pypy3.10
- os: macos
target: aarch64
interpreter: 3.8 3.9 pypy3.8 pypy3.9 pypy3.10
interpreter: pypy3.8 pypy3.9 pypy3.10
- os: ubuntu
platform: linux
target: aarch64
Expand All @@ -74,14 +71,8 @@ jobs:
exclude:
- os: windows
target: aarch64
# PGO builds
# - os: ubuntu
# target: x86_64
# manylinux: auto
# - os: macos
# target: x86_64
# - os: windows
# target: x86_64

runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
- name: Set jemalloc for aarch64 Linux
Expand All @@ -105,7 +96,7 @@ jobs:
path: dist

wheels-pgo:
name: pgo-wheel ${{ matrix.os }} (${{ matrix.interpreter}})
name: pgo-wheel ${{ matrix.platform || matrix.os }} (${{ matrix.interpreter}})
strategy:
fail-fast: false
matrix:
Expand All @@ -115,6 +106,8 @@ jobs:
include:
- os: ubuntu-latest
platform: linux
- os: windows-latest
platform: windows

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

env:
MATURIN_VERSION: 1.7.0
MATURIN_VERSION: 1.7.4

jobs:
linux:
Expand Down

0 comments on commit c8147f2

Please sign in to comment.