Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
macos wheel
  • Loading branch information
Vhou-Atroph committed Mar 6, 2024
1 parent 4ad07ec commit 19d1390
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,29 @@ jobs:
fail-fast: false
matrix:
target: [x86_64]
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Build Wheel
run: |
pip install maturin
maturin build --out dist
- name: Upload Wheel
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

macos-wheel:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
target: [x84_64]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 19d1390

Please sign in to comment.