Skip to content

Commit af4e27f

Browse files
committed
use pipx
1 parent 37e4289 commit af4e27f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
2121

2222
- name: Install Poetry
23-
run: pip install poetry
23+
run: pipx install poetry
24+
2425
- name: Set up Python 3.12
2526
uses: actions/setup-python@v5
2627
with:

0 commit comments

Comments
 (0)