Skip to content

Commit dff2dd6

Browse files
committed
Fix bad indent
1 parent cf1ac9c commit dff2dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get the version
1818
id: get_version
1919
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
20-
- name: Install poetry
20+
- name: Install poetry
2121
uses: Gr1N/setup-poetry@v4
2222
- name: Build
2323
run: |

0 commit comments

Comments
 (0)