diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index c9e4f4f..2947d71 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -24,7 +24,7 @@ jobs: python-version: 3.11 - name: Install build tools - run: python -m pip install cibuildwheel + run: python -m pip install cibuildwheel==2.13.1 - name: Build wheel with cibuildwheel env: @@ -53,7 +53,7 @@ jobs: python-version: 3.11 - name: Install build tools - run: python -m pip install cibuildwheel + run: python -m pip install cibuildwheel==2.13.1 - name: Build wheel (manylinux-aarch64) env: @@ -82,7 +82,7 @@ jobs: python-version: 3.11 - name: Install build tools - run: python -m pip install cibuildwheel + run: python -m pip install cibuildwheel==2.13.1 - name: Build wheel (musllinux-aarch64) env: