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