Skip to content

Commit

Permalink
use post version
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 21, 2024
1 parent 152ec08 commit ac06811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "units_llnl"
version = "0.10.0"
version = "0.10.0.post1"
description = "Python bindings for the llnl units library"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -44,6 +44,8 @@ install.components = []

# Build stable ABI wheels for CPython 3.12+
wheel.py-api = "cp312"
# require a recent version of cmake
cmake.version = ">=3.26.1"

# ensure the python extension gets built
cmake.args = ["-DUNITS_BUILD_PYTHON_LIBRARY=ON", "-DUNITS_ENABLE_TESTS=OFF"]
Expand Down

0 comments on commit ac06811

Please sign in to comment.