We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fe36e commit 9202598Copy full SHA for 9202598
.github/workflows/build_package.yml
@@ -39,6 +39,7 @@ jobs:
39
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
40
CIBW_ARCHS: ${{ matrix.arch }}
41
CIBW_SKIP: pp* *-musllinux_*
42
+ CIBW_BUILD_FRONTEND: "build[uv]"
43
44
- name: Upload Python wheels
45
uses: actions/upload-artifact@v4
pyproject.toml
@@ -10,6 +10,7 @@ license = { text = "CC-BY-NC 4.0" }
10
authors = [
11
{name = "Mahmoud Ashraf", email = "[email protected]"},]
12
dynamic = ["dependencies"]
13
+requires-python = ">= 3.9"
14
15
[tool.setuptools.dynamic]
16
dependencies = {file = ["requirements.txt"]}
0 commit comments