From 0596b56d0db1a4815d4dd7defa0d0af6e01285aa Mon Sep 17 00:00:00 2001 From: Jeongbin Park Date: Mon, 14 Oct 2024 03:15:59 +0900 Subject: [PATCH] also use CIBW_BUILD --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e4cd1e9..2fc7a48 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -24,7 +24,8 @@ jobs: run: | python3 -m cibuildwheel --output-dir dist env: - CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*" + CIBW_BUILD: "cp39-* cp310-* cp311-*" CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy" + CIBW_SKIP: "*musllinux* *i686*" - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file