@@ -39,14 +39,11 @@ jobs:
39
39
manylinux : auto
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - uses : astral-sh/setup-uv@v5
43
- - name : Install Python versions
44
- run : uv python install 3.9
45
42
- name : Build wheels
46
43
uses : PyO3/maturin-action@v1
47
44
with :
48
45
target : ${{ matrix.platform.target }}
49
- args : --release --out dist -i 3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
46
+ args : --release --out dist -i python3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
50
47
sccache : " true"
51
48
manylinux : ${{ matrix.platform.manylinux }}
52
49
- name : Upload wheels
@@ -70,14 +67,11 @@ jobs:
70
67
target : armv7
71
68
steps :
72
69
- uses : actions/checkout@v4
73
- - uses : astral-sh/setup-uv@v5
74
- - name : Install Python versions
75
- run : uv python install 3.9
76
70
- name : Build wheels
77
71
uses : PyO3/maturin-action@v1
78
72
with :
79
73
target : ${{ matrix.platform.target }}
80
- args : --release --out dist -i 3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
74
+ args : --release --out dist -i python3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
81
75
sccache : " true"
82
76
manylinux : musllinux_1_2
83
77
- name : Upload wheels
@@ -97,14 +91,11 @@ jobs:
97
91
target : x86
98
92
steps :
99
93
- uses : actions/checkout@v4
100
- - uses : astral-sh/setup-uv@v5
101
- - name : Install Python versions
102
- run : uv python install 3.9
103
94
- name : Build wheels
104
95
uses : PyO3/maturin-action@v1
105
96
with :
106
97
target : ${{ matrix.platform.target }}
107
- args : --release --out dist -i 3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
98
+ args : --release --out dist -i python3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
108
99
sccache : " true"
109
100
- name : Upload wheels
110
101
uses : actions/upload-artifact@v4
@@ -123,14 +114,11 @@ jobs:
123
114
target : aarch64
124
115
steps :
125
116
- uses : actions/checkout@v4
126
- - uses : astral-sh/setup-uv@v5
127
- - name : Install Python versions
128
- run : uv python install 3.9
129
117
- name : Build wheels
130
118
uses : PyO3/maturin-action@v1
131
119
with :
132
120
target : ${{ matrix.platform.target }}
133
- args : --release --out dist -i 3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
121
+ args : --release --out dist -i python3 .9 --manifest-path crates/cli/Cargo.toml -F duckdb/bundled
134
122
sccache : " true"
135
123
- name : Upload wheels
136
124
uses : actions/upload-artifact@v4
0 commit comments