From 5c6538823612f51c082c2c02eac16cdb19fc0256 Mon Sep 17 00:00:00 2001 From: arnaudon Date: Fri, 21 Oct 2022 09:28:52 +0200 Subject: [PATCH] fix wheel building --- .github/workflows/python-publish.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 2fa0f9f..3b87c86 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -12,7 +12,7 @@ env: CIBW_BUILD: 'cp3?-*' CIBW_SKIP: 'cp35-* cp39-* *-manylinux_i686' CIBW_BEFORE_TEST: pip install pybind11 pytest - CIBW_TEST_EXTRAS: all + CIBW_TEST_EXTRAS: "all" CIBW_TEST_COMMAND: pytest {package}/tests jobs: diff --git a/setup.py b/setup.py index a222076..967218d 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = "0.1.1" +__version__ = "0.1.2" ext_modules = [ Pybind11Extension(