Skip to content

Commit 78b3640

Browse files
committed
build: Update maturin to 0.14
1 parent af25420 commit 78b3640

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/python-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
command: sdist
3939
args: -m bindings/python/Cargo.toml --out dist
40-
maturin-version: "v0.13.7"
4140
- name: Install sdist
4241
run: |
4342
pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
@@ -66,7 +65,6 @@ jobs:
6665
with:
6766
target: x86_64
6867
args: --release -m bindings/python/Cargo.toml --out dist
69-
maturin-version: "v0.13.7"
7068
- name: Install built wheel - x86_64
7169
run: |
7270
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
@@ -94,7 +92,6 @@ jobs:
9492
uses: messense/maturin-action@v1
9593
with:
9694
args: --release -m bindings/python/Cargo.toml --universal2 --out dist
97-
maturin-version: "v0.13.7"
9895
- name: Install built wheel - universal2
9996
run: |
10097
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
@@ -126,7 +123,6 @@ jobs:
126123
with:
127124
target: ${{ matrix.target }}
128125
args: --release -m bindings/python/Cargo.toml --out dist
129-
maturin-version: "v0.13.7"
130126
- name: Install built wheel
131127
shell: bash
132128
run: |
@@ -154,7 +150,6 @@ jobs:
154150
target: ${{ matrix.target }}
155151
manylinux: auto
156152
args: --release -m bindings/python/Cargo.toml --out dist
157-
maturin-version: "v0.13.7"
158153
- name: Install built wheel
159154
if: matrix.target == 'x86_64'
160155
run: |
@@ -181,7 +176,6 @@ jobs:
181176
target: ${{ matrix.target }}
182177
manylinux: auto
183178
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
184-
maturin-version: "v0.13.7"
185179
- uses: uraimo/[email protected]
186180
name: Install built wheel
187181
with:
@@ -218,7 +212,6 @@ jobs:
218212
target: ${{ matrix.target }}
219213
manylinux: musllinux_1_2
220214
args: --release -m bindings/python/Cargo.toml --out dist
221-
maturin-version: "v0.13.7"
222215
- name: Install built wheel
223216
uses: addnab/docker-run-action@v3
224217
with:
@@ -253,7 +246,6 @@ jobs:
253246
target: ${{ matrix.platform.target }}
254247
manylinux: musllinux_1_2
255248
args: --release -m bindings/python/Cargo.toml --out dist
256-
maturin-version: "v0.13.7"
257249
- uses: uraimo/run-on-arch-action@master
258250
name: Install built wheel
259251
with:
@@ -291,7 +283,6 @@ jobs:
291283
- name: Build wheels
292284
uses: messense/maturin-action@v1
293285
with:
294-
maturin-version: "v0.13.7"
295286
target: ${{ matrix.target }}
296287
manylinux: auto
297288
args: --release -m bindings/python/Cargo.toml --out dist -i pypy${{ matrix.python-version }}

bindings/python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ homepage = "https://github.com/Stranger6667/css-inline/tree/master/bindings/pyth
4343
repository = "https://github.com/Stranger6667/css-inline"
4444

4545
[build-system]
46-
requires = ["maturin>=0.13.0<14"]
46+
requires = ["maturin>=0.14,<0.15"]
4747
build-backend = "maturin"
4848

4949
[tool.maturin]
50-
sdist-include = ["Cargo.lock"]
5150
strip = true

0 commit comments

Comments
 (0)