1 parent 6c2a409 commit b5a3db9Copy full SHA for b5a3db9
2 files changed
.github/workflows/conda_rename.py
@@ -10,6 +10,8 @@
10
11
if 'arm64' in platform.platform():
12
system_str= '%s_arm64'%system_str
13
+else:
14
+ system_str= '%s_X86_64'%system_str
15
16
new_name=name.replace('.conda','_%s.conda'%system_str)
17
.github/workflows/test-pip-workflow.yml
@@ -157,7 +157,7 @@ jobs:
157
with:
158
ref: ${{ github.event.inputs.git-ref }}
159
160
- - uses: pypa/cibuildwheel@v2.19.2
+ - uses: pypa/cibuildwheel@v3.1.4q
161
if: github.event.inputs.tags != null && github.event.inputs.tags != null
162
env:
163
CIBW_SKIP: "*-musllinux_*"
0 commit comments