From 25b59f46dd306dc87f4a13fc394d01df566238c1 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 5 Dec 2023 21:21:40 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20again=20fix=20maturin=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d4019935d5..fd2d50ecce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -59,7 +59,7 @@ jobs: args: --release --out dist --find-interpreter sccache: "true" manylinux: auto - cwd: server + working-directory: server - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -83,7 +83,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: "true" - cwd: server + working-directory: server - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -106,7 +106,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: "true" - cwd: server + working-directory: server - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -122,7 +122,7 @@ jobs: with: command: sdist args: --out dist - cwd: server + working-directory: server - name: Upload sdist uses: actions/upload-artifact@v3 with: @@ -147,7 +147,7 @@ jobs: with: command: upload args: --non-interactive --skip-existing * - cwd: server + working-directory: server - name: Check out code uses: actions/checkout@v2