From 55e21c40c9d5363bf365750f4c723b65728bc361 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Fri, 12 Apr 2024 02:45:26 -0400 Subject: [PATCH] CI: no pypy and py<38 builds --- .github/workflows/pypi_publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 302208e0..d6742a25 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -20,6 +20,8 @@ jobs: # python-version: ["3.8", "3.9", "3.10", "3.11"] openmp: ["off"] fail-fast: false + env: + CIBW_SKIP: pp* cp36-* cp37-* defaults: run: @@ -38,7 +40,6 @@ jobs: uses: pypa/cibuildwheel@v2.17.0 with: package-dir: "env/python" - # config-file: "setup.py" - uses: actions/upload-artifact@v4 with: