From dc0c3d62aa21605b70a5db2b3c943dda9e86545a Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 16 Oct 2024 15:00:20 +0200 Subject: [PATCH] - workflows --- .github/workflows/wheels.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9e2be28..a6c6387 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,9 +15,13 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + + - name: Install cibuildwheel + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.2 + run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: