Skip to content

Commit 888f038

Browse files
committed
remove redundant poetry build
1 parent c8c8f52 commit 888f038

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
python -m pip install --upgrade pip
5151
python -m pip install poetry
5252
poetry config virtualenvs.create false
53-
poetry install --only main
5453
5554
- name: build wheels
5655
run: |
@@ -78,7 +77,6 @@ jobs:
7877
python -m pip install --upgrade pip
7978
python -m pip install poetry
8079
poetry config virtualenvs.create false
81-
poetry install --only main
8280
8381
- name: Build sdist
8482
run: |

0 commit comments

Comments
 (0)