We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de765fe commit ce6916aCopy full SHA for ce6916a
.github/workflows/pypi.yml
@@ -69,6 +69,7 @@ jobs:
69
${{ matrix.target.archs }}
70
CIBW_BEFORE_ALL: >-
71
cmake -DBUILD_INTERFACE_PYTHON=ON -DTEST_OPENMP=OFF ${{ matrix.target.extra_option }} -S . -B build
72
+
73
cmake --build build --config Release --clean-first --target runnerPostStatic
74
CIBW_ENVIRONMENT: >-
75
RUNNERPOST_SRC=../src
0 commit comments