From 05b6fc71b5812133668d456b4d0f49ab736e7b3d Mon Sep 17 00:00:00 2001 From: Jeongbin Park Date: Mon, 14 Oct 2024 03:08:39 +0900 Subject: [PATCH] skip python 312 too --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ffcf609..e4cd1e9 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -24,7 +24,7 @@ jobs: run: | python3 -m cibuildwheel --output-dir dist env: - CIBW_SKIP: "cp36-* cp37-* cp38-* cp313-* *musllinux*" + CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*" CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy" - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file