Skip to content

Commit b5a3db9

Browse files
upadted .gitaction
1 parent 6c2a409 commit b5a3db9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/conda_rename.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
if 'arm64' in platform.platform():
1212
system_str= '%s_arm64'%system_str
13+
else:
14+
system_str= '%s_X86_64'%system_str
1315

1416
new_name=name.replace('.conda','_%s.conda'%system_str)
1517

.github/workflows/test-pip-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
ref: ${{ github.event.inputs.git-ref }}
159159

160-
- uses: pypa/cibuildwheel@v2.19.2
160+
- uses: pypa/cibuildwheel@v3.1.4q
161161
if: github.event.inputs.tags != null && github.event.inputs.tags != null
162162
env:
163163
CIBW_SKIP: "*-musllinux_*"

0 commit comments

Comments
 (0)