Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Builds for python 3.6 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 11, 2021
1 parent cfaeb35 commit aa3ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -208,7 +208,7 @@ jobs:
python -m pip install cibuildwheel
set CIBW_BEFORE_BUILD=pip install .
set CIBW_BEFORE_BUILD=pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming onnx
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64"
set CIBW_BUILD="cp36-win_amd64 cp37-win_amd64 cp38-win_amd64 cp39-win_amd64"
python -m cibuildwheel --output-dir dist/wheelhouse
displayName: 'Build Package many'
- task: PublishPipelineArtifact@0
Expand Down

0 comments on commit aa3ac85

Please sign in to comment.