Skip to content

Commit 35d8092

Browse files
committed
change name of step checking the wheel after moving install to test workflow
1 parent 6c87444 commit 35d8092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/reusable-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
name: data-validation-wheel-py${{ matrix.python-version }}
3030
path: dist/*.whl
3131

32-
- name: Install built wheel
32+
- name: Check the wheel
3333
shell: bash
3434
run: |
3535
pip install twine

0 commit comments

Comments
 (0)