Skip to content

Commit 9f221be

Browse files
committed
fix: typo peotry -> poetry
1 parent 237dc37 commit 9f221be

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
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get autoremove
2626
sudo apt-get autoclean
2727
python -m pip install --upgrade pip
28-
pip install peotry twine
28+
pip install poetry twine
2929
- name: Build wheels and source tarball
3030
run: |
3131
poetry build

0 commit comments

Comments
 (0)