Skip to content

Commit 6397c7e

Browse files
authored
Bump version for testpypi (GraphBLAS#2)
* Bump version for testpypi * Update for linux images * Enable linux aarch64, disable osx-arm64 * Bunch of changes from scikit-learn's file * Undo last changes
1 parent 0d8c242 commit 6397c7e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/wheels.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ jobs:
4444
python-version: "3.8"
4545
platform_id: win_amd64
4646

47+
# Linux 64 bit manylinux2014
4748
- os: ubuntu-latest
4849
python-version: "3.8"
50+
python: 38
4951
platform_id: manylinux_x86_64
5052
manylinux_image: manylinux2014
51-
- os: ubuntu-latest
52-
python-version: "3.8"
53-
platform_id: manylinux_aarch64
54-
manylinux_image: manylinux2014
5553

5654
# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
5755
- os: macos-latest
@@ -99,7 +97,7 @@ jobs:
9997
CIBW_BUILD: "cp*"
10098

10199
# macOS: build x86_64 and arm64
102-
CIBW_ARCHS_MACOS: "x86_64 arm64"
100+
#CIBW_ARCHS_MACOS: "x86_64 arm64"
103101

104102
# No 32-bit builds
105103
# TODO

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ requires = [
1111

1212
[project]
1313
name = "suitesparse-graphblas"
14-
#dynamic = ["version"]
15-
# TODO
16-
version = "0.0.3"
14+
dynamic = ["version"]
1715
description = "SuiteSparse:GraphBLAS Python bindings."
1816
readme = "README.md"
1917
requires-python = ">=3.8"
@@ -29,7 +27,7 @@ maintainers = [
2927
{name = "Michel Pelletier", email = "[email protected]"},
3028
]
3129
classifiers = [
32-
"Development Status :: 4 - Beta",
30+
"Development Status :: 5 - Production/Stable",
3331
"License :: OSI Approved :: Apache Software License",
3432
"Operating System :: MacOS :: MacOS X",
3533
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)