Skip to content

Commit ccaacb3

Browse files
committed
ci: fix
1 parent 033571b commit ccaacb3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
uses: pypa/cibuildwheel@v2.22.0
2020
env:
2121
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"
2822

2923
- uses: actions/upload-artifact@v4
3024
with:
@@ -50,4 +44,4 @@ jobs:
5044
- name: Publish to PyPI
5145
uses: pypa/gh-action-pypi-publish@release/v1
5246
with:
53-
password: ${{ secrets.PYPI_API_TOKEN }}
47+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)