Don't install in editable mode for release

This commit is contained in:
Andrei Betlen 2023-11-10 05:45:44 -05:00
parent e32ecb0516
commit 2f070afd61

View file

@ -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