Fix windows builds

This commit is contained in:
Roman Mogylatov 2021-01-26 09:05:40 -05:00
parent 7db553a355
commit 210f8bd25e
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@ jobs:
with:
python-version: 3.9
- run: pip install cibuildwheel==1.8.0
- name: Install Visual C++ for Python 2.7 on Windows
if: runner.os == 'Windows'
run: |
choco install vcpython27 -f -y
- run: cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v2
with:

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.10.3dev2'
__version__ = '4.10.3dev3'
"""Version number.
:type: str