Skip to content

Commit

Permalink
Try making Windows work
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Feb 14, 2024
1 parent 9814199 commit a4c369b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build wheels (x86_64)
uses: messense/maturin-action@v1
env:
PYO3_PYTHON: python3.11
PYO3_PRINT_CONFIG: 1
with:
target: x86_64
maturin-version: v0.10.6
args: --interpreter python${{ matrix.python-version }} --release --out dist
args: --release --out dist
- 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 a4c369b

Please sign in to comment.