We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabf746 commit 72ca498Copy full SHA for 72ca498
1 file changed
.github/workflows/pypi.yaml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
python-version: "3.12"
19
- name: Publish package to PyPI
20
- run: pip install poetry && poetry publish --build
+ run: pip install poetry==1.7.1 && poetry publish --build
0 commit comments