mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
[wheel build] Test macos wheels
This commit is contained in:
parent
37a229786f
commit
6a4d9d4d87
12
.github/workflows/build-wheels.yml
vendored
12
.github/workflows/build-wheels.yml
vendored
@ -77,16 +77,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure FC=gfortran-12 --enable-silent-rules
|
./configure FC=gfortran-12 --enable-silent-rules
|
||||||
|
make -j3
|
||||||
- name: compile TREXIO
|
|
||||||
run: make -j3
|
|
||||||
|
|
||||||
- name: prepare the repo
|
|
||||||
run: |
|
|
||||||
cd tools
|
cd tools
|
||||||
./prepare_python.sh
|
./prepare_python.sh
|
||||||
rm -rf ../src/ ../tools/
|
cd ..
|
||||||
mv ../python/* ..
|
rm -rf src/ tools/
|
||||||
|
mv python/* .
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
|
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
|
||||||
|
Loading…
Reference in New Issue
Block a user