Skip to content

Commit 0833966

Browse files
committed
github actions: fix identation
1 parent aabeec2 commit 0833966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- name: List contents of dist
217217
run: ls -R dist
218218

219-
- name: Get the name of the wheel file
219+
- name: Get the name of the wheel file
220220
id: get-wheel-name
221221
run: echo "::set-output name=wheel-name::$(ls dist/*.whl)"
222222

0 commit comments

Comments
 (0)