Skip to content

Commit 10ca189

Browse files
committed
build: fix yaml syntax for libnvme release python workflow
The last commit introduced a syntax error (sic). Signed-off-by: Daniel Wagner <[email protected]>
1 parent 39f73dc commit 10ca189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/libnvme-release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
git commit -m "ci: set project version to ${DEV_VERSION}"
8787
8888
- name: Build sdist
89-
run: |
89+
run: |
9090
pipx run build --sdist
9191
9292
- name: Validate sdist

0 commit comments

Comments
 (0)