Skip to content

Commit e777cea

Browse files
authored
fixing wheel build for pypi, hopefully
1 parent 4ef9012 commit e777cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels_and_publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
run: |
4545
sudo ln -s /opt/homebrew/bin/gfortran-11 /opt/homebrew/bin/gfortran || true
4646
python -m pip install meson ninja build
47-
meson setup build
48-
meson compile -C build
47+
pip install .
4948
python -m build --wheel --outdir wheelhouse
5049
- uses: actions/upload-artifact@v3
5150
with:

0 commit comments

Comments
 (0)