Skip to content

Commit e076a08

Browse files
committed
modifying poetry version in publish
1 parent a5b1c8b commit e076a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Set Poetry config
4444
run: |
45-
pip install --upgrade pip poetry==1.8.5
45+
pip install --upgrade pip poetry==1.8.4
4646
poetry config virtualenvs.in-project false
4747
poetry config virtualenvs.path ~/.virtualenvs
4848
poetry export --dev --without-hashes -o requirements.txt

0 commit comments

Comments
 (0)