Skip to content

Commit 0081c34

Browse files
Update setuptools requirements & [CI] use build module for release (#44)
* Update setuptools requirements * [CI] use build module
1 parent 65e57e9 commit 0081c34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Compile
108108
run: |
109109
python -V
110-
python setup.py bdist_wheel
110+
python -m build -w --no-isolation
111111
112112
- name: Test install
113113
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contact: qubitium@modelcloud.ai, x.com/qubitium
55

66
[build-system]
7-
requires = ["setuptools>=80"]
7+
requires = ["setuptools>=77.0.1,<83"]
88
build-backend = "setuptools.build_meta"
99

1010
[project]

0 commit comments

Comments
 (0)