We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f327fbb commit 6295b62Copy full SHA for 6295b62
2 files changed
.github/workflows/pypi_release.yaml
@@ -65,7 +65,6 @@ jobs:
65
run: |
66
pip install --upgrade pip
67
pip install -v .
68
- python -m pip install build setuptools wheel twine
69
70
- name: Build Source Distribution
71
pyproject.toml
@@ -5,7 +5,8 @@ requires = [
5
# "scikit-build-core >= 0.9.10",
6
"pytest >= 6.0", # For running tests
7
"setuptools_scm>=8", # For version management
8
- "wheel" # For binary wheel building
+ "setuptools>=58.0.0", # For building the package
9
+ "pytest>=8.0.0", # For running tests
10
]
11
# build-backend = "scikit_build_core.build"
12
0 commit comments