Skip to content

Commit 084ba2a

Browse files
committed
Fix a typo in the pypi-publish.yml workflow
1 parent 1244fdf commit 084ba2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Build
2525
run: |
26-
python -m install build
26+
python -m pip install build
2727
python -m build
2828
ls -lh dist/
2929

0 commit comments

Comments
 (0)