File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 python-version : [ '3.11' ]
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030 with :
3131 submodules : true
3232
5858 os : [ ubuntu-latest, macos-latest ]
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v2
61+ uses : actions/checkout@v4
6262 with :
6363 submodules : true
6464
7474 CIBW_BUILD : cp311-*
7575 CIBW_SKIP : " *-win* *-manylinux_i686 *-musllinux*"
7676 # use latest build
77- CIBW_MANYLINUX_X86_64_IMAGE : danielbok/nlopt_manylinux2014_x86_64:latest
77+ CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux2014_x86_64
7878 CIBW_BEFORE_ALL_MACOS : brew install swig
79- CIBW_BEFORE_BUILD : pip install numpy
79+ CIBW_BEFORE_BUILD : pip install numpy swig
8080 run : |
8181 python -m pip install -U pip cibuildwheel
8282 python -m cibuildwheel --output-dir dist
9898
9999 steps :
100100 - name : Checkout repository
101- uses : actions/checkout@v2
101+ uses : actions/checkout@v4
102102 with :
103103 submodules : true
104104 - name : Setup Python ${{ matrix.python-version }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments