Skip to content

Commit

Permalink
Remove dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Sep 3, 2024
1 parent 20adbdb commit e179701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- name: Install cibuildwheel
run: |
python3.12 -m pip install cibuildwheel
python3 -m pip install cibuildwheel
- name: Build gmp and pari
run: |
bash build_pari.sh pari64 gmp64
- name: Build many wheels
run: |
python3.12 -m cibuildwheel --output-dir wheelhouse
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS: AMD64
CIBW_BUILD: cp312-* cp311-* cp310-* cp39-*
Expand Down

0 comments on commit e179701

Please sign in to comment.