Skip to content

Commit

Permalink
fix wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Oct 21, 2022
1 parent 6ced7a5 commit 5c65388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "0.1.1"
__version__ = "0.1.2"

ext_modules = [
Pybind11Extension(
Expand Down

0 comments on commit 5c65388

Please sign in to comment.