Skip to content

Commit 9812364

Browse files
authored
Add CIBW_ENVIRONMENT variable to workflow
1 parent 011eb95 commit 9812364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_eigen_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
CIBW_SKIP: "pp*-manylinux_i686"
6262
CIBW_BEFORE_BUILD: >-
6363
rm -rf _skbuild
64+
CIBW_ENVIRONMENT: MATH_LIBRARY_BACKEND=${{ env.MATH_LIBRARY_BACKEND }}
6465

6566
- name: Store the wheels
6667
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)