From 486b8903da5ebcbc1748db615fd60407b4d1e43c Mon Sep 17 00:00:00 2001 From: Ben Chambers <35960+bjchambers@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:04:58 -0700 Subject: [PATCH] maturin working directory --- .github/workflows/ci_python.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_python.yml b/.github/workflows/ci_python.yml index f6bd6b369..04f069b0f 100644 --- a/.github/workflows/ci_python.yml +++ b/.github/workflows/ci_python.yml @@ -108,6 +108,7 @@ jobs: args: --release --out dist --zig sccache: 'true' manylinux: auto + working-directory: ${{ github.workspace }}/python - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -221,6 +222,7 @@ jobs: with: command: sdist args: --out dist + working-directory: ${{ github.workspace }}/python - name: Upload sdist uses: actions/upload-artifact@v3 with: @@ -293,3 +295,4 @@ jobs: # with: # command: upload # args: --skip-existing * + # working-directory: ${{ github.workspace }}/python