From ef43583a1b35446e26268c9171f4b879bc0eed8d Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:10:13 -0500 Subject: [PATCH] Fix the Python release CI action (#417) --- .github/workflows/python-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 223d9a4..e76886e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -48,7 +48,7 @@ jobs: run: python -m pip install cibuildwheel==2.16.5 - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse bindings/python + run: python -m cibuildwheel --output-dir wheelhouse env: # We have QEMU setup and can build everything. @@ -92,7 +92,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' - + - name: Build source distribution run: python setup.py sdist