File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494 - name : " Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95- uses : pypa/cibuildwheel@v2.21.1
95+ uses : pypa/cibuildwheel@v2.21.2
9696 env :
9797 CIBW_SKIP : ${{ env.CIBW_SKIP }}
9898 CIBW_ARCHS : ${{ matrix.arch }}
@@ -135,7 +135,7 @@ jobs:
135135 python-version : 3.x
136136
137137 - name : Setup Micromamba Python ${{ matrix.python-version }}
138- uses : mamba-org/setup-micromamba@v1
138+ uses : mamba-org/setup-micromamba@v2
139139 with :
140140 environment-name : build
141141 init-shell : bash
Original file line number Diff line number Diff line change 2929 submodules : true
3030
3131 - name : Setup Micromamba
32- uses : mamba-org/setup-micromamba@v1
32+ uses : mamba-org/setup-micromamba@v2
3333 with :
3434 environment-name : TEST
3535 init-shell : bash
6363 submodules : true
6464
6565 - name : Setup Micromamba
66- uses : mamba-org/setup-micromamba@v1
66+ uses : mamba-org/setup-micromamba@v2
6767 with :
6868 environment-name : TEST
6969 init-shell : bash
You can’t perform that action at this time.
0 commit comments