We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e57e9 commit 0081c34Copy full SHA for 0081c34
2 files changed
.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Compile
108
run: |
109
python -V
110
- python setup.py bdist_wheel
+ python -m build -w --no-isolation
111
112
- name: Test install
113
shell: bash
pyproject.toml
@@ -4,7 +4,7 @@
4
# Contact: qubitium@modelcloud.ai, x.com/qubitium
5
6
[build-system]
7
-requires = ["setuptools>=80"]
+requires = ["setuptools>=77.0.1,<83"]
8
build-backend = "setuptools.build_meta"
9
10
[project]
0 commit comments