From 0283e03c0a95f427d0237dd6d6077a0ca9989f6f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 20 Oct 2023 13:17:35 -0300 Subject: [PATCH] use build --- .github/workflows/cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 9d4ec9fd1..2f2982459 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -36,8 +36,8 @@ jobs: - name: Build sdist run: > - pip install cython numpy - && python setup.py sdist + pip install build + && python -m build --sdist . --outdir dist - uses: actions/upload-artifact@v3 with: