Skip to content

Commit

Permalink
Getting ready for release 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 27, 2023
1 parent 95c35df commit 44de99b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- main

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

build_wheels:
# Only build wheels when tagging (typically a release)
# if: startsWith(github.event.ref, 'refs/tags')
if: startsWith(github.event.ref, 'refs/tags')
name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} - ${{ matrix.p_ver }}
runs-on: ${{ matrix.os }}
permissions:
Expand Down
7 changes: 3 additions & 4 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Announcing Python-Blosc2 2.2.7
Announcing Python-Blosc2 2.2.8
==============================

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

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

Expand Down
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Changes from 2.2.7 to 2.2.8

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

* Different improvements suggested by refurb and pyupgrade.
Thanks to Dimitri Papadopoulos.

* Updated to latest C-Blosc2 2.10.4.

## Changes from 2.2.6 to 2.2.7

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.8.dev0
2.2.8

0 comments on commit 44de99b

Please sign in to comment.