From a7de50677eff9bdae762a2049d4791d547696f3c Mon Sep 17 00:00:00 2001 From: e60e256 Date: Thu, 21 Mar 2024 12:35:24 +0900 Subject: [PATCH] =?UTF-8?q?yaml=E3=81=AE=E7=92=B0=E5=A2=83=E5=A4=89?= =?UTF-8?q?=E6=95=B0=E3=81=A7=E6=8C=87=E5=AE=9A=E3=81=A7=E3=81=8D=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=81=8B=E6=A4=9C=E8=A8=BC=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_to_pypi_ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_to_pypi_ci.yml b/.github/workflows/publish_to_pypi_ci.yml index 28459be..f841553 100644 --- a/.github/workflows/publish_to_pypi_ci.yml +++ b/.github/workflows/publish_to_pypi_ci.yml @@ -28,7 +28,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.5 env: - CIBW_ENVIRONMENT: "CMAKE_ARGS='-DPYTHON_EXECUTABLE=$(which python3.10)'" + CIBW_ENVIRONMENT: "CMAKE_ARGS='-DPYTHON_EXECUTABLE=$(which python3.10)' -DCMAKE_BUILD_TYPE=Release " CIBW_BUILD: 'cp310-manylinux_x86_64' diff --git a/pyproject.toml b/pyproject.toml index 076888a..9bbfddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ where = [""] [tool.cibuildwheel] build = "cp310-manylinux_x86_64" -before-build = "cmake . -DCMAKE_BUILD_TYPE=Release && cmake --build . -j " +before-build = "cmake . && cmake --build . -j " #build = "cp3{8,9,10}-manylinux_x86_64 cp3{8,9,10}-musllinux_x86_64" #build = "cp3{8,9,10}-manylinux_x86_64" # "Programming Language :: Python :: 3.8",