Skip to content

Commit

Permalink
Merge pull request #93 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 2bd1dcd + 045cd5e commit 992136e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ python -m cibuildwheel --output-dir ./dist
# Disable py27 builds on windows
export CIBW_BUILD="cp27-mac* cp27-*linux*"
python -m pip install cibuildwheel==1.*
python -m cibuildwheel --output-dir ./dist
python -m cibuildwheel --allow-empty --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.7 (April 12th 2022)


* More updates to wheel building procedure (#93).


## 1.6.6 (April 12th 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.6'
__version__ = '1.6.7'

0 comments on commit 992136e

Please sign in to comment.