File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 - uses : actions/checkout@v3
182182 - uses : messense/maturin-action@v1
183183 with :
184- maturin-version : " 0.12.20 "
184+ maturin-version : " 0.13.1 "
185185 command : build
186186 args : -m crates/re_sdk_python/Cargo.toml --release --no-sdist -o dist
187187 - name : Upload wheels
@@ -197,7 +197,7 @@ jobs:
197197 - uses : actions/checkout@v3
198198 - uses : messense/maturin-action@v1
199199 with :
200- maturin-version : " 0.12.20 "
200+ maturin-version : " 0.13.1 "
201201 command : build
202202 args : -m crates/re_sdk_python/Cargo.toml --release --no-sdist -o dist --universal2
203203 - name : Upload wheels
@@ -220,6 +220,6 @@ jobs:
220220 env :
221221 MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
222222 with :
223- maturin-version : " 0.12.20 "
223+ maturin-version : " 0.13.1 "
224224 command : upload
225225 args : -m crates/re_sdk_python/Cargo.toml --skip-existing *
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " maturin"
3- requires = [" maturin>=0.12 ,<0.13 " ]
3+ requires = [" maturin==0.13 ,<0.14 " ]
44
55[project ]
66classifiers = [
Original file line number Diff line number Diff line change 1- maturin
2- numpy
3- opencv-python
1+ maturin == 0.13.1
2+ numpy == 1.23.1
3+ opencv-python == 4.6.0.66
You can’t perform that action at this time.
0 commit comments