From b92567e0de6efacb67a672a92d6b19f075b7c99d Mon Sep 17 00:00:00 2001 From: Boris Bolliet Date: Sat, 28 Sep 2024 19:44:12 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 93a086eb..fa5c2f64 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -96,7 +96,7 @@ jobs: - name: Install dependencies for source distribution run: | - python -m pip install Cython numpy classy_szfast + python -m pip install build Cython numpy classy_szfast - name: Build source distribution (sdist) run: python -m build --sdist --outdir dist