Skip to content

Commit e371b6b

Browse files
committed
Still trying to get string formatting working
1 parent 7026dde commit e371b6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-vtk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,25 +123,25 @@ jobs:
123123
shell: bash -l {0}
124124
if: ${{ matrix.os != 'macos-14' }}
125125
run: |
126-
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-macosx_14_0_arm64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-macosx_14_0_arm64.whl
126+
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-macosx_14_0_arm64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-macosx_14_0_arm64.whl
127127
128128
- name: Rename MacOS AMD64 wheel
129129
shell: bash -l {0}
130130
if: ${{ matrix.os != 'macos-13' }}
131131
run: |
132-
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-macosx_13_0_x86_64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-macosx_13_0_x86_64.whl
132+
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-macosx_13_0_x86_64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-macosx_13_0_x86_64.whl
133133
134134
- name: Rename Linux AMD64 wheel
135135
shell: bash -l {0}
136136
if: ${{ matrix.os != 'ubuntu-20.04' }}
137137
run: |
138-
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-linux_x86_64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-linux_x86_64.whl
138+
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-linux_x86_64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-linux_x86_64.whl
139139
140140
- name: Rename Windows AMD64 wheel
141141
shell: bash -l {0}
142142
if: ${{ matrix.os != 'windows-2019' }}
143143
run: |
144-
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.// }}-win_amd64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//.// }}-cp${{ matrix.python-version//.//_ }}-win_amd64.whl
144+
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-win_amd64.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version//./ }}-cp${{ matrix.python-version//./ }}-win_amd64.whl
145145
146146
- name: Test wheel
147147
shell: bash -l {0}

0 commit comments

Comments
 (0)