Skip to content

Commit 962d15c

Browse files
Merge pull request #13 from aboutcode-org/fix-release-wheels
Also release linux python 3.10 wheels
2 parents 9091e48 + bbe295b commit 962d15c

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- os: ubuntu-latest
3737
arch: auto64
3838
type: manylinux2014
39-
build: "cp{311,312,313,314}-*"
39+
build: "cp{310,311,312,313,314}-*"
4040
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
4141

4242
- os: macos-latest
@@ -59,8 +59,6 @@ jobs:
5959
CIBW_ARCHS: ${{ matrix.arch }}
6060
CIBW_TEST_REQUIRES: pytest
6161
CIBW_TEST_COMMAND: pytest -vvs {project}/tests
62-
# Skip PyPy wheels
63-
CIBW_SKIP: "pp*"
6462

6563
- name: Collect built wheels
6664
uses: actions/upload-artifact@v4

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- os: ubuntu-latest
4444
arch: auto64
4545
type: manylinux2014
46-
build: "cp{311,312,313,314}-*"
46+
build: "cp{310,311,312,313,314}-*"
4747
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
4848

4949
- os: macos-latest

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v0.1.2
5+
------
6+
7+
*2025-10-30* -- Also build linux python 3.10 builds which was skipped in v0.1.1
8+
9+
410
v0.1.1
511
------
612

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cyseq
3-
version = 0.1.1
3+
version = 0.1.2
44
license = Apache-2.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)