Skip to content

Commit

Permalink
improve name of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jan 11, 2025
1 parent 0e4dd06 commit dd41796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,14 +1123,14 @@ jobs:
PATH=~/opt/local/occt-${{ env.OCCT }}-${{ matrix.use-vtk }}/win64/vc14/bin/:$PATH delvewheel repair $EXCLUDE --wheel-dir wheel --namespace-pkg ${PKG_NAME} dist/*.whl
- name: Upload cadquery_ocp wheel
- name: Upload vtk cadquery_ocp wheel
if: matrix.use-vtk == 'vtk'
uses: actions/upload-artifact@v4
with:
name: cadquery-ocp-${{ env.OCCT }}-${{ matrix.os }}-cp${{ matrix.python-version }}
path: pypi/wheel/*.whl

- name: Upload cadquery_ocp wheel
- name: Upload novtk cadquery_ocp wheel
if: matrix.use-vtk == 'novtk'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dd41796

Please sign in to comment.