Skip to content

Commit

Permalink
Merge pull request #92 from pauldmccarthy/mnt/wheels
Browse files Browse the repository at this point in the history
Mnt/wheels
  • Loading branch information
pauldmccarthy authored Apr 12, 2022
2 parents 96f384e + 536ba6a commit 2bd1dcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export CIBW_ENVIRONMENT_WINDOWS="ZLIB_HOME='$ZLIB_HOME'"
# cython for the Cython.Coverage plugin.
export CIBW_TEST_REQUIRES="cython pytest pytest-cov coverage numpy nibabel"

# Disable pypy and win+py27 builds
export CIBW_SKIP="pp* cp27-win*"
# Disable pypy builds
export CIBW_SKIP="pp*"

# Pytest makes it *very* awkward to run tests
# from an installed package, and still find/
Expand All @@ -36,6 +36,8 @@ export CIBW_TEST_COMMAND="bash {project}/testcmd {project}"
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir ./dist

export CIBW_BUILD="cp27*"

# Disable py27 builds on windows
export CIBW_BUILD="cp27-mac* cp27-*linux*"
python -m pip install cibuildwheel==1.*
python -m cibuildwheel --output-dir ./dist
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# `indexed_gzip` changelog


## 1.6.6 (April 12th 2022)


* Update to wheel building procedure (#92).


## 1.6.5 (April 11th 2022)


Expand Down
2 changes: 1 addition & 1 deletion indexed_gzip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"""


__version__ = '1.6.5'
__version__ = '1.6.6'

0 comments on commit 2bd1dcd

Please sign in to comment.