Skip to content

Commit

Permalink
💚 again fix maturin in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Dec 6, 2023
1 parent 5cad6f4 commit 25b59f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 25b59f4

Please sign in to comment.