File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,12 @@ on: [push]
55jobs :
66 build_osx :
77 runs-on : macos-latest
8- strategy :
9- max-parallel : 5
10- matrix :
11- python-version : [3.8, 3.9, "3.10", "3.11"]
12- include :
13- - python-version : 3.8
14- py-short : 38
15- py-short2 : 38
16- - python-version : 3.9
17- py-short : 39
18- py-short2 : 39
19- - python-version : " 3.10"
20- py-short : 310
21- py-short2 : 310
22- - python-version : " 3.11"
23- py-short : 311
24- py-short2 : 311
25-
268 steps :
279 - uses : actions/checkout@v3
2810 - name : Set up python
2911 uses : actions/setup-python@v4
3012 with :
31- python-version : ${{ matrix.python-version }}
32- architecture : x64
13+ python-version : ' 3.x'
3314 - name : Download and build MeCab
3415 shell : bash
3516 run : |
3920 with :
4021 name : osx-wheels
4122 path : dist
42- - name : Check wheels
43- shell : bash
44- run : |
45- ls -la dist
46- VERSION=$(python setup.py --version)
47- pip install dist/mecab_python3-${VERSION}-cp${{ matrix.py-short }}-cp${{ matrix.py-short2 }}-macosx*.whl
4823 - name : Publish to PyPI if tagged
4924 if : startsWith(github.ref, 'refs/tags')
5025 env :
You can’t perform that action at this time.
0 commit comments