Skip to content

Commit

Permalink
preparing v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Mar 3, 2022
1 parent f8972c1 commit ba2963a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Expand Up @@ -9,7 +9,7 @@ on:

env:
CIBW_BUILD: "cp38-* cp39-* cp310-*"
CIBW_SKIP: "*-win32 *musllinux*"
CIBW_SKIP: "*-win32 *musllinux* *i686*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

jobs:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,9 @@
1.2.2 (2022-03-03)
------------------

- Fix bug with wheel builds.


1.2.1 (2022-03-03)
------------------

Expand Down

0 comments on commit ba2963a

Please sign in to comment.