Skip to content

Commit 54a862a

Browse files
committed
attempt
1 parent 56a6457 commit 54a862a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
TAG: ${{ github.event.release.tag_name }}
2020
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
2121

22+
- name: Install Poetry
23+
run: pipx install poetry
2224
- name: Set up Python 3.12
2325
uses: actions/setup-python@v5
2426
with:
@@ -28,7 +30,7 @@ jobs:
2830
- name: Install Python dependencies
2931
run: |
3032
# sudo apt-get install -y python3-setuptools
31-
pip install poetry
33+
# pip install poetry
3234
# poetry config virtualenvs.create false
3335
# poetry export --dev --without-hashes -o requirements.txt
3436
# pip install -r requirements.txt

0 commit comments

Comments
 (0)