Skip to content

Commit 8633586

Browse files
Also release linux python 3.10 wheels
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 9091e48 commit 8633586

1 file changed

Lines changed: 1 addition & 3 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

0 commit comments

Comments
 (0)