Skip to content

Commit 9bb44bd

Browse files
committed
set maturin-version
1 parent a49b7c3 commit 9bb44bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Build
3939
uses: PyO3/[email protected]
4040
with:
41+
maturin-version: 1.8.7
4142
container: registry.cn-shanghai.aliyuncs.com/lebai/util:${{matrix.image}}
4243
manylinux: ${{matrix.manylinux}}
4344
command: build
@@ -77,6 +78,7 @@ jobs:
7778
- name: Build
7879
uses: PyO3/[email protected]
7980
with:
81+
maturin-version: 1.8.7
8082
container: off
8183
command: build
8284
args: --release --features ffi_py,module,mdns --target ${{matrix.target}}
@@ -113,6 +115,7 @@ jobs:
113115
- name: Build
114116
uses: PyO3/[email protected]
115117
with:
118+
maturin-version: 1.8.7
116119
container: off
117120
command: build
118121
args: --release --features ffi_py,module,mdns --target ${{matrix.target}}
@@ -141,6 +144,7 @@ jobs:
141144
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
142145
uses: PyO3/[email protected]
143146
with:
147+
maturin-version: 1.8.7
144148
container: off
145149
command: upload
146150
args: --skip-existing */*.whl

.github/workflows/python_asyncio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Build
4545
uses: PyO3/[email protected]
4646
with:
47+
maturin-version: 1.8.7
4748
container: registry.cn-shanghai.aliyuncs.com/lebai/util:${{matrix.image}}
4849
manylinux: ${{matrix.manylinux}}
4950
command: build
@@ -89,6 +90,7 @@ jobs:
8990
- name: Build
9091
uses: PyO3/[email protected]
9192
with:
93+
maturin-version: 1.8.7
9294
container: off
9395
command: build
9496
args: --release --features ffi_py_asyncio,module,mdns --target ${{matrix.target}}
@@ -131,6 +133,7 @@ jobs:
131133
- name: Build
132134
uses: PyO3/[email protected]
133135
with:
136+
maturin-version: 1.8.7
134137
container: off
135138
command: build
136139
args: --release --features ffi_py_asyncio,module,mdns --target ${{matrix.target}}
@@ -159,6 +162,7 @@ jobs:
159162
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
160163
uses: PyO3/[email protected]
161164
with:
165+
maturin-version: 1.8.7
162166
container: off
163167
command: upload
164168
args: --skip-existing */*.whl

0 commit comments

Comments
 (0)