File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -46,37 +46,37 @@ jobs:
4646 with :
4747 name : wheels
4848 path : dist
49- linux :
50- runs-on : ubuntu-latest
51- strategy :
52- matrix :
53- target : [x86_64, i686]
54- steps :
55- - uses : actions/checkout@v2
56- - uses : actions/setup-python@v2
57- with :
58- python-version : 3.9
59- architecture : x64
60- - name : Install LLVM and Clang
61- uses : KyleMayes/install-llvm-action@v1
62- with :
63- version : " 10.0"
64- - name : Build wheels
65- uses : messense/maturin-action@v1
66- with :
67- target : ${{ matrix.target }}
68- manylinux : auto
69- args : --release --out dist -m Cargo.toml -F python
70- - name : Install built wheel
71- if : matrix.target == 'x86_64'
72- run : |
73- pip install reasonable --no-index --find-links dist --force-reinstall
74- python -c "import reasonable"
75- - name : Upload wheels
76- uses : actions/upload-artifact@v2
77- with :
78- name : wheels
79- path : dist
49+ linux :
50+ runs-on : ubuntu-latest
51+ strategy :
52+ matrix :
53+ target : [x86_64, i686]
54+ steps :
55+ - uses : actions/checkout@v2
56+ - uses : actions/setup-python@v2
57+ with :
58+ python-version : 3.9
59+ architecture : x64
60+ - name : Install LLVM and Clang
61+ uses : KyleMayes/install-llvm-action@v1
62+ with :
63+ version : " 10.0"
64+ - name : Build wheels
65+ uses : messense/maturin-action@v1
66+ with :
67+ target : ${{ matrix.target }}
68+ manylinux : auto
69+ args : --release --out dist -m Cargo.toml -F python
70+ - name : Install built wheel
71+ if : matrix.target == 'x86_64'
72+ run : |
73+ pip install reasonable --no-index --find-links dist --force-reinstall
74+ python -c "import reasonable"
75+ - name : Upload wheels
76+ uses : actions/upload-artifact@v2
77+ with :
78+ name : wheels
79+ path : dist
8080
8181
8282 # windows:
You can’t perform that action at this time.
0 commit comments