aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yaml
blob: cf9460e5f57f2c31cb6ad7f109095cbce1849cbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

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

    - PYTHON: 'C:\\Python311-x64'
      PYTHON_VERSION: '3.11'
      PYTHON_ARCH: '64'
      UIA_SUPPORT: 'YES'

stack: python 3.7

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

install: python -m pip install -U pip cibuildwheel==2.3.0

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

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