Skip to content

Commit

Permalink
removed arch for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Sep 13, 2024
1 parent efaea7f commit 43acc8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
architecture: x64
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels - x86_64
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --sdist -m python/Cargo.toml
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 43acc8e

Please sign in to comment.