Skip to content

Commit 8201b0f

Browse files
committed
Trying to get wheel renaming working
1 parent 7e44818 commit 8201b0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-vtk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
cd ..\..\
120120
dir /s
121121
122+
- name: Rename wheel
123+
shell: bash -l {0}
124+
run: |
125+
mv vtk/build/dist/vtk-9.2.6.dev0-cp${{ matrix.python-version }}-cp${{ matrix.python-version }}-${{ matrix.os }}.whl vtk/build/dist/cadquery-vtk-9.2.6-cp${{ matrix.python-version }}-${{ matrix.os }}.whl
126+
122127
- name: Test wheel
123128
shell: bash -l {0}
124129
run: |

0 commit comments

Comments
 (0)