File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,16 @@ jobs:
3030 - name : Set up Python ${{ matrix.python }}
3131 uses : actions/setup-python@v2
3232 with :
33- python-version : ${{ matrix.python }}
34-
35- - name : Build bdist
33+ python-version : ${{ matrix.python }}
34+ architecture : " x86"
35+
36+ - name : Build bdist wheel
3637 run : |
3738 python -m pip install setuptools --upgrade
3839 python -m pip install wheel --upgrade
3940 python setup.py bdist_wheel --plat-name=win32
4041
41- - name : Save sdist
42+ - name : Save wheel
4243 uses : actions/upload-artifact@v2
4344 with :
4445 path : dist/*.whl
6061 - name : Set up Python ${{ matrix.python }}
6162 uses : actions/setup-python@v2
6263 with :
63- python-version : ${{ matrix.python }}
64+ python-version : ${{ matrix.python }}
65+ architecture : " x64"
6466
6567 - name : Build bdist wheel
6668 run : |
Original file line number Diff line number Diff line change 1- __version__ = "0.1.29 "
1+ __version__ = "0.1.31 "
You can’t perform that action at this time.
0 commit comments