Skip to content

Commit 9e042e1

Browse files
committed
🔧 add cibuildwheel
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
1 parent bab739b commit 9e042e1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

meson.options

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ option(
5858
value: [
5959
'semantic_release',
6060
'sigstore',
61+
'cibuildwheel',
62+
'twine',
6163
]
6264
)
6365
option(

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dev = ["[dist,lint,test,]"]
2727
dist = [
2828
"python-semantic-release",
2929
"sigstore",
30+
"cibuildwheel",
31+
"twine",
3032
]
3133
lint = [
3234
"Flake8-pyproject",
@@ -90,6 +92,9 @@ classifiers = [
9092
]
9193
description-file='README.rst'
9294

95+
[tool.cibuildwheel]
96+
build-frontend = "build[uv]"
97+
9398
[tool.setuptools_scm]
9499
fallback_version = "@VCS_TAG@"
95100
parentdir_prefix_version = "blastpipe-"

0 commit comments

Comments
 (0)