From 75b053dc3a06104def603d46ff5c3bc3156a95e1 Mon Sep 17 00:00:00 2001 From: psrok1 Date: Wed, 31 Jul 2024 17:28:54 +0200 Subject: [PATCH] Oopsie --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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