Skip to content

Commit 9b59f7c

Browse files
committed
fix(ci): try to fix maturin ci
1 parent 6b3bfd8 commit 9b59f7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/maturin.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
args: --release --out dist
5050
sccache: "true"
5151
manylinux: auto
52+
working-directory: python
5253
- name: Upload wheels
5354
uses: actions/upload-artifact@v4
5455
with:
@@ -80,6 +81,7 @@ jobs:
8081
args: --release --out dist
8182
sccache: "true"
8283
manylinux: musllinux_1_2
84+
working-directory: python
8385
- name: Upload wheels
8486
uses: actions/upload-artifact@v4
8587
with:
@@ -107,6 +109,7 @@ jobs:
107109
target: ${{ matrix.platform.target }}
108110
args: --release --out dist
109111
sccache: "true"
112+
working-directory: python
110113
- name: Upload wheels
111114
uses: actions/upload-artifact@v4
112115
with:
@@ -133,6 +136,7 @@ jobs:
133136
target: ${{ matrix.platform.target }}
134137
args: --release --out dist
135138
sccache: "true"
139+
working-directory: python
136140
- name: Upload wheels
137141
uses: actions/upload-artifact@v4
138142
with:
@@ -148,6 +152,7 @@ jobs:
148152
with:
149153
command: sdist
150154
args: --out dist
155+
working-directory: python
151156
- name: Upload sdist
152157
uses: actions/upload-artifact@v4
153158
with:
@@ -180,3 +185,4 @@ jobs:
180185
with:
181186
command: upload
182187
args: --non-interactive --skip-existing wheels-*/*
188+
working-directory: python

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ lance-encoding = { git = "https://github.com/ulagbulag/lance.git", rev = "24f388
128128
lance-io = { git = "https://github.com/ulagbulag/lance.git", rev = "24f38842d47333925184f9501cd337fe4e2266b5" }
129129
lance-table = { git = "https://github.com/ulagbulag/lance.git", rev = "24f38842d47333925184f9501cd337fe4e2266b5" }
130130
minio = { git = "https://github.com/minio/minio-rs.git", rev = "c28f576cb8f8cf47fb941bb9db62b2cbd6f080c1" }
131-
sio = { git = "https://github.com/ulagbulag/sio.git", rev = "45f33abe0d0ce624ce56a95cbe1d5ff55c4fdb67" }
131+
sio = { git = "https://github.com/ulagbulag/sio-rs.git", rev = "45f33abe0d0ce624ce56a95cbe1d5ff55c4fdb67" }

0 commit comments

Comments
 (0)