diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f67a201..dbbca02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Build source distribution run: python3 setup.py sdist - name: Build wheel distribution - run: + run: | pip install cibuildwheel==2.19.2 python -m cibuildwheel --output-dir dist --archs x86_64 --platform linux - uses: actions/upload-artifact@v4