We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74358bd commit 95ee64aCopy full SHA for 95ee64a
.github/workflows/pypi_release.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
pip install --upgrade pip
67
pip install -v .
68
- pip install pytest
+ pip install pytest build
69
70
- name: Build Source Distribution
71
pyproject.toml
@@ -5,10 +5,11 @@ requires = [
5
# "scikit-build-core >= 0.9.10",
6
"pytest >= 6.0", # For running tests
7
"setuptools_scm>=8", # For version management
8
- "setuptools>=58.0.0", # For building the package
+ "setuptools>=61.0.0", # For building the package
9
"pytest>=8.0.0", # For running tests
10
]
11
# build-backend = "scikit_build_core.build"
12
+build-backend = "setuptools.build_meta"
13
14
[project]
15
# Basic project metadata
0 commit comments