We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f829200 commit 6b999f0Copy full SHA for 6b999f0
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: windows-latest
9
strategy:
10
matrix:
11
- python: ["3.7", "3.8", "3.9"]
12
- arch: ["x86", "x64"]
+ python: ["3.9"]
+ arch: ["x86"]
13
14
steps:
15
- name: Checkout lupa
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
cd lupa
42
pip install -U pip
43
- pip install -U Cython setuptools
+ pip install -U Cython setuptools wheel
44
python setup.py bdist_wheel --lua-includes ../LuaJIT-2.1.0-beta3/src --lua-lib ../LuaJIT-2.1.0-beta3/src/lua51.lib
45
46
- name: Release
0 commit comments