Skip to content

Commit 6b999f0

Browse files
author
qiushiyang
committed
install wheel & limit arch when still testing
1 parent f829200 commit 6b999f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: windows-latest
99
strategy:
1010
matrix:
11-
python: ["3.7", "3.8", "3.9"]
12-
arch: ["x86", "x64"]
11+
python: ["3.9"]
12+
arch: ["x86"]
1313

1414
steps:
1515
- name: Checkout lupa
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cd lupa
4242
pip install -U pip
43-
pip install -U Cython setuptools
43+
pip install -U Cython setuptools wheel
4444
python setup.py bdist_wheel --lua-includes ../LuaJIT-2.1.0-beta3/src --lua-lib ../LuaJIT-2.1.0-beta3/src/lua51.lib
4545
4646
- name: Release

0 commit comments

Comments
 (0)