Skip to content

Commit

Permalink
Drop macos/x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 6, 2024
1 parent aa198cc commit 12703ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
architecture: arm64
- uses: dtolnay/rust-toolchain@stable
- name: "Build wheel: x86_64"
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --sdist
- name: "Install wheel: x86_64"
run: |
pip install dist/peppi_py-*.whl --force-reinstall
python -c "import peppi_py"
- name: "Build wheel: universal2"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: universal2-apple-darwin
args: --release --out dist
- name: "Install wheel: universal2"
- name: Install wheels
run: |
pip install dist/peppi_py-*.whl --force-reinstall
python -c "import peppi_py"
Expand Down

0 comments on commit 12703ee

Please sign in to comment.