Skip to content

Commit

Permalink
Bump version for testpypi (GraphBLAS#2)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jim22k authored Mar 23, 2023
1 parent 0d8c242 commit 6397c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
python-version: "3.8"
platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
python-version: "3.8"
python: 38
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python-version: "3.8"
platform_id: manylinux_aarch64
manylinux_image: manylinux2014

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

# macOS: build x86_64 and arm64
CIBW_ARCHS_MACOS: "x86_64 arm64"
#CIBW_ARCHS_MACOS: "x86_64 arm64"

# No 32-bit builds
# TODO
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ requires = [

[project]
name = "suitesparse-graphblas"
#dynamic = ["version"]
# TODO
version = "0.0.3"
dynamic = ["version"]
description = "SuiteSparse:GraphBLAS Python bindings."
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -29,7 +27,7 @@ maintainers = [
{name = "Michel Pelletier", email = "[email protected]"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit 6397c7e

Please sign in to comment.