Skip to content

Commit 35c5c30

Browse files
committed
fix publish pipeline
1 parent c823c94 commit 35c5c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install pip --upgrade
31-
python -m pip install poetry==1.1.11
32-
python -m pip install poetry-dynamic-versioning==0.13.0
31+
python -m pip install poetry
32+
python -m pip install poetry-dynamic-versioning
3333
python -m poetry install
3434
- name: Run build
3535
run: |

0 commit comments

Comments
 (0)