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 - uses : actions/checkout@v2
2727
2828 - name : Get conda
29- uses : conda-incubator/setup-miniconda@v2
29+ uses : conda-incubator/setup-miniconda@v2.1.1
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 channels : conda-forge
Original file line number Diff line number Diff line change 4343 steps :
4444 - uses : actions/checkout@v2
4545
46- - uses : joerick /cibuildwheel@v1.10 .0
46+ - uses : pypa /cibuildwheel@v1.12 .0
4747 env :
4848 # Python 2.7 on Windows requires a workaround for C++11 support,
4949 # built separately below
7272 - uses : ilammy/msvc-dev-cmd@v1
7373
7474 - name : Build 64-bit wheel
75- uses : joerick /cibuildwheel@v1.10 .0
75+ uses : pypa /cibuildwheel@v1.12 .0
7676 env :
7777 CIBW_BUILD : cp27-win_amd64
7878 DISTUTILS_USE_SDK : 1
8383 arch : x86
8484
8585 - name : Build 32-bit wheel
86- uses : joerick /cibuildwheel@v1.10 .0
86+ uses : pypa /cibuildwheel@v1.12 .0
8787 env :
8888 CIBW_BUILD : cp27-win32
8989 DISTUTILS_USE_SDK : 1
You can’t perform that action at this time.
0 commit comments