Skip to content

Commit

Permalink
appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Oct 26, 2021
1 parent 234ab42 commit 45a08bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 22,7 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
job_group: "linux"
PY_VERSION: 3.7

# win builds
- PYTHON: "C:\\Python27"
Expand Down Expand Up @@ -260,7 261,7 @@ for:
- sh: |
python --version
git submodule update --init --recursive
python -m pip install cibuildwheel==1.0.0
python -m pip install cibuildwheel==2.2.0
# TODO: We will remove the --platform parameter when going full cibuildwheel
build_script: python -m cibuildwheel --output-dir dist --platform linux
Expand Down

0 comments on commit 45a08bc

Please sign in to comment.