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 ce640a3 commit 6ced7a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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_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.0"
__version__ = "0.1.1"

ext_modules = [
Pybind11Extension(
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ commands =
make clean
make html



[pycodestyle]
ignore=W503,E731,W605,E203
max-line-length=100
Expand Down

0 comments on commit 6ced7a5

Please sign in to comment.