We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033571b commit ccaacb3Copy full SHA for ccaacb3
1 file changed
.github/workflows/build.yml
@@ -19,12 +19,6 @@ jobs:
19
uses: pypa/cibuildwheel@v2.22.0
20
env:
21
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
22
- CIBW_SKIP: "*-musllinux*"
23
- CIBW_BUILD_VERBOSITY: 1
24
- CIBW_BEFORE_ALL: "pip install cmake && git clone --depth 1 --branch 3.4.0 https://gitlab.com/libeigen/eigen.git {project}/.eigen_src && cmake -B {project}/.eigen_build -S {project}/.eigen_src -DCMAKE_INSTALL_PREFIX={project}/.eigen_install && cmake --install {project}/.eigen_build"
25
-
26
- CIBW_ENVIRONMENT: >
27
- CMAKE_PREFIX_PATH="{project}/.eigen_install"
28
29
- uses: actions/upload-artifact@v4
30
with:
@@ -50,4 +44,4 @@ jobs:
50
44
- name: Publish to PyPI
51
45
uses: pypa/gh-action-pypi-publish@release/v1
52
46
53
- password: ${{ secrets.PYPI_API_TOKEN }}
47
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments