Don't install in editable mode for release
This commit is contained in:
parent
e32ecb0516
commit
2f070afd61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yaml
vendored
2
.github/workflows/build-and-release.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e .[all]
|
||||
python -m pip install .[all]
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
|
Loading…
Reference in a new issue