Skip to content

Commit

Permalink
Updated CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoPro98 committed Sep 27, 2024
1 parent 5e1f79b commit c71e2e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ concurrency:
jobs:
build_sdist:
name: Build source distribution on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-13
- macos-14
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Running sdist build with pipx
Expand All @@ -37,9 +31,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- self-hosted
- macos-12
- macos-13
- macos-14
steps:
- uses: actions/checkout@v4
- name: Build Wheel
Expand Down
17 changes: 6 additions & 11 deletions .github/workflows/deployonTestPyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ concurrency:
jobs:
build_sdist:
name: Build source distribution on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-13
- macos-14
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Running sdist build with pipx
Expand All @@ -38,9 +32,10 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- self-hosted
- macos-12
- macos-13
- macos-14

steps:
- uses: actions/checkout@v4
- name: Build Wheel
Expand All @@ -49,7 +44,7 @@ jobs:
CIBW_SKIP: "*i686"
CIBW_BUILD: cp3*
CIBW_BEFORE_BUILD: pip install -U pip && pip install pybind11
CIBW_ARCHS_MACOS: auto64
CIBW_ARCHS_MACOS: x86_64
CIBW_ARCHS_LINUX: auto64

- name: Upload wheels
Expand Down

0 comments on commit c71e2e1

Please sign in to comment.