Files
cibuildwheel/examples/appveyor-minimal.yml
T

19 lines
478 B
YAML
Raw Normal View History

2019-11-23 12:51:11 +01:00
environment:
matrix:
2024-08-14 21:57:17 +02:00
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
APPVEYOR_JOB_NAME: "linux-x64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
APPVEYOR_JOB_NAME: "windows-x64"
- APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
APPVEYOR_JOB_NAME: "macos-x64"
2024-08-14 21:57:17 +02:00
stack: python 3.12
2019-11-23 12:51:11 +01:00
2025-03-15 17:58:14 +00:00
install: python -m pip install cibuildwheel==2.23.1
2019-11-23 12:51:11 +01:00
build_script: python -m cibuildwheel --output-dir wheelhouse
artifacts:
- path: "wheelhouse\\*.whl"
name: Wheels