Skip to content

Commit e8c7bcf

Browse files
committed
ci: fix publish.yml
1 parent b8459c8 commit e8c7bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: "3.x"
2929
- name: Install build
30-
run:
30+
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install build
3333
- name: Build package

0 commit comments

Comments
 (0)