Skip to content

Commit c2f9139

Browse files
committed
add github workflow for test-pypi cross-OS wheel builds
1 parent ddf2ea2 commit c2f9139

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ requires = [
66
]
77
build-backend = "scikit_build_core.build"
88

9-
[tool.scikit-build.cmake.define]
10-
SKBUILD = "ON"
11-
12-
[tool.scikit-build.wheel]
13-
py-api = "cp311"
14-
159
[project]
1610
name = "fdaPDE"
17-
version = "2.0.0rc2"
11+
version = "2.0.0rc3"
1812
description="The python wrapper to the fdaPDE library for physics-informed spatial and functional data analysis."
1913
readme = "README.md"
2014
dependencies = ["numpy", "matplotlib"]

0 commit comments

Comments
 (0)