Skip to content

Commit ca5c4bf

Browse files
committed
ci(release.yml): remove pip install . so that package builds with clean version
1 parent 435094a commit ca5c4bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ jobs:
149149
- name: Install Python dependencies
150150
run: |
151151
pip install --upgrade pip
152-
pip install build twine
153-
pip install .
154-
pip install ".[lint, test, optional]"
152+
pip install build twine
155153
156154
- name: Build package
157155
run: python -m build

0 commit comments

Comments
 (0)