From 1f3c5306bd7dd96b645d16a024b48f58f0fba7cf Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Mon, 6 Nov 2023 14:59:28 +1100 Subject: [PATCH] Fix script --- .github/workflows/build_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 581e17b..998f215 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -28,6 +28,8 @@ jobs: - run: rustup target add i686-pc-windows-msvc if: startsWith(matrix.os, 'windows') - uses: pypa/cibuildwheel@v2.16.2 + with: + package-dir: python - uses: actions/upload-artifact@v3 with: name: wheelhouse @@ -56,6 +58,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: pipx run build --sdist + working-directory: python - uses: actions/upload-artifact@v3 with: name: dist