Skip to content

Commit 801f637

Browse files
committed
Fix typo in GitHub action
1 parent 870ec37 commit 801f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: "3.x"
2929
- name: Install pypa/build
30-
run: python3 -m pip install build--user
30+
run: python3 -m pip install build --user
3131
- name: Build a binary wheel and a source tarball
3232
run: python3 -m build
3333
- name: Store the distribution packages

0 commit comments

Comments
 (0)