Skip to content

Commit

Permalink
Trying to get wheel renaming working
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jul 9, 2024
1 parent 7e44818 commit 8201b0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
cd ..\..\
dir /s
- name: Rename wheel
shell: bash -l {0}
run: |
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
- name: Test wheel
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 8201b0f

Please sign in to comment.