Skip to content

Commit

Permalink
Merge pull request #305 from pyimgui/fix/build-pipeline
Browse files Browse the repository at this point in the history
Better Build Pipeline
  • Loading branch information
KinoxKlark committed Nov 8, 2022
2 parents 7cbd5db + c280c2f commit 4df7b57
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ image:

environment:
matrix:
#- CIBW_BUILD: "cp311-*"
#- CIBW_BUILD: "cp310-*"
- CIBW_BUILD: "cp39-*"
- CIBW_BUILD: "cp38-*"
- CIBW_BUILD: "cp37-*"
- CIBW_BUILD: "cp36-*"

# TODO: add: "pp37-*", "pp38-*", "pp39-*"
# TODO: add: "cp310-*", "cp311-*" ?
- CIBW_BUILD: "pp39-*"
- CIBW_BUILD: "pp38-*"
- CIBW_BUILD: "pp37-*"

stack: python 3.7

Expand All @@ -22,9 +25,7 @@ init:
install: |
python --version
git submodule update --init --recursive
python -m pip install cibuildwheel==2.1.3
# TODO: go to cibuildwheel==2.11.2 ?
python -m pip install cibuildwheel==2.11.2
build_script: python -m cibuildwheel --output-dir dist

Expand Down

0 comments on commit 4df7b57

Please sign in to comment.