From 4403131554d3a8fb5e5efa67f2b348c1b803b6e2 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 26 Mar 2024 11:40:40 +0100 Subject: [PATCH] ci: fix --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5abc6fb30..eb8f19d81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -129,10 +129,10 @@ jobs: if: matrix.os == 'ubuntu' && matrix.python-version == 'cp310' run: | pip install maturin build - python -m build --sdist -o wheelhouse + python -m build --sdist -o wheelhouse py - name: Build ${{ matrix.platform || matrix.os }} binaries - run: cibuildwheel --output-dir wheelhouse + run: cibuildwheel --output-dir wheelhouse py env: CIBW_BUILD: '${{ matrix.python-version }}-*' # rust doesn't seem to be available for musl linux on i686