Skip to content

Commit 44de99b

Browse files
committed
Getting ready for release 2.2.8
1 parent 95c35df commit 44de99b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- main
1313

1414
env:
15-
#CIBW_BEFORE_BUILD: pip install -r requirements-build.txt
1615
CIBW_BUILD_VERBOSITY: 1
1716
CIBW_TEST_REQUIRES: pytest psutil
1817
CIBW_TEST_COMMAND: python -m pytest -m "not heavy" {project}/tests
@@ -25,7 +24,7 @@ jobs:
2524

2625
build_wheels:
2726
# Only build wheels when tagging (typically a release)
28-
# if: startsWith(github.event.ref, 'refs/tags')
27+
if: startsWith(github.event.ref, 'refs/tags')
2928
name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} - ${{ matrix.p_ver }}
3029
runs-on: ${{ matrix.os }}
3130
permissions:

ANNOUNCE.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Announcing Python-Blosc2 2.2.7
1+
Announcing Python-Blosc2 2.2.8
22
==============================
33

4-
This is a maintenance release, where we have upgraded to latest C-Blosc2 2.10.3.
5-
This provides the ability to use the blosc2_openhtj2k dynamic plugin
6-
(see https://github.com/Blosc/blosc2_openhtj2k for more info on this).
4+
This is a maintenance release, where we are providing binary wheels
5+
for Python 3.12 (yay!). We have also upgraded to latest C-Blosc2 2.10.4.
76

87
For more info, you can have a look at the release notes in:
98

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Changes from 2.2.7 to 2.2.8
44

5-
* XXX version-specific blurb XXX
5+
* Binary wheels for forthcoming Python 3.12 are available!
66

7+
* Different improvements suggested by refurb and pyupgrade.
8+
Thanks to Dimitri Papadopoulos.
9+
10+
* Updated to latest C-Blosc2 2.10.4.
711

812
## Changes from 2.2.6 to 2.2.7
913

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.8.dev0
1+
2.2.8

0 commit comments

Comments
 (0)