Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Feb 14, 2024
1 parent eec9dae commit 9cf00e9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels (x86_64)
uses: messense/maturin-action@v1
env:
PYO3_PYTHON: python3.11
PYO3_PRINT_CONFIG: 1

- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: x86_64
maturin-version: v0.10.6
args: --release --out dist
args: --release --out dist -m python/Cargo.toml
- name: Install built wheel (x86_64)
run: |
pip install pycoverm --no-index --find-links dist --force-reinstall --no-dependencies
Expand Down

0 comments on commit 9cf00e9

Please sign in to comment.