aboutsummaryrefslogblamecommitdiffstats
path: root/.appveyor.yaml
blob: c51226aed855ddd125e2dfc55b93da100fdab4af (plain) (tree)
1
2
3
4
5
6
7
8
9
 

            

                                                     
                                                                     
 
                 
 

                                                      
 
                                                  
 

                                           

          

                   

environment:
  matrix:
    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
      APPVEYOR_JOB_NAME: "python37-x64-vs2019"
      CIBW_BUILD: "cp35-win* cp36-win* cp37-win* cp38-win* cp39-win*"

stack: python 3.7

init:
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%

install: python -m pip install cibuildwheel==1.6.4

build_script:
  - python -m cibuildwheel --output-dir whl

artifacts:
  - path: whl/*.whl
    name: Wheels