Skip to content

Commit

Permalink
remove x_86 build to use default
Browse files Browse the repository at this point in the history
  • Loading branch information
pk8189 committed May 21, 2024
1 parent bf8bbc1 commit 9ffd633
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
with:
python-version: 3.8
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels - x86_64
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --sdist -m sideko-py/Cargo.toml
- name: Install built wheel - x86_64
- name: Install built wheel
run: |
pip install sideko-py --no-index --find-links dist --force-reinstall
python -c "import sideko_py"
Expand Down

0 comments on commit 9ffd633

Please sign in to comment.