From 0e2510127eb890623c8f55756345f75bd79941c5 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 25 Jun 2024 10:07:33 +0100 Subject: [PATCH] Build sdist correctly --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6d3a5fd..b49402d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -103,8 +103,8 @@ jobs: shell: bash run: | cd python - python -m pip install numpy - python setup.py sdist + pip install build + python -m build --sdist - name: Upload sdist uses: actions/upload-artifact@v4