From e179701255ed3323a4d6c203ddf2d8f05b630bfd Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Tue, 3 Sep 2024 13:54:52 -0600 Subject: [PATCH] Remove dot. --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f160bab..075eb5c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: - name: Install cibuildwheel run: | - python3.12 -m pip install cibuildwheel + python3 -m pip install cibuildwheel - name: Build gmp and pari run: | @@ -47,7 +47,7 @@ jobs: - 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-*