Skip to content

Commit

Permalink
initial attempt to build python wheels for pyuda
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 28bfe99 commit 347061a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
cd /project
cmake -B build -DBUILD_SHARED_LIBS=ON -DSSLAUTHENTICATION=OFF -DENABLE_CAPNP=ON -DCLIENT_ONLY=ON
cmake --build build -j --config Release --target install
cp -r /usr/local/python_installer/* /project
CIBW_BEFORE_BUILD: pip install cython six numpy

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 347061a

Please sign in to comment.