We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f2491 commit a62099cCopy full SHA for a62099c
.github/workflows/conda.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
- name: Get conda
33
- uses: conda-incubator/setup-miniconda@v3.0.4
+ uses: conda-incubator/setup-miniconda@v3.2.0
34
with:
35
python-version: ${{ matrix.python-version }}
36
channels: conda-forge
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
steps:
45
46
47
- - uses: pypa/cibuildwheel@v2.17
+ - uses: pypa/cibuildwheel@v3.1
48
env:
49
CIBW_ARCHS_MACOS: auto universal2
50
0 commit comments