Skip to content

Commit 72ca498

Browse files
committed
#18 Fix Poetry version
1 parent dabf746 commit 72ca498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
python-version: "3.12"
1919
- name: Publish package to PyPI
20-
run: pip install poetry && poetry publish --build
20+
run: pip install poetry==1.7.1 && poetry publish --build

0 commit comments

Comments
 (0)