We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c0b3d commit f51bf4cCopy full SHA for f51bf4c
.github/workflows/conda.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: true
29
30
- name: Get conda
31
- uses: conda-incubator/setup-miniconda@v3.0.4
+ uses: conda-incubator/setup-miniconda@v3.1.1
32
with:
33
python-version: ${{ matrix.python-version }}
34
channels: conda-forge
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
- - uses: pypa/cibuildwheel@v2.17
+ - uses: pypa/cibuildwheel@v2.23
48
env:
49
CIBW_ARCHS_MACOS: auto universal2
50
0 commit comments