We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237dc37 commit 9f221beCopy full SHA for 9f221be
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get autoremove
26
sudo apt-get autoclean
27
python -m pip install --upgrade pip
28
- pip install peotry twine
+ pip install poetry twine
29
- name: Build wheels and source tarball
30
run: |
31
poetry build
0 commit comments