Skip to content

Commit a2c2a18

Browse files
[CI] use build module
1 parent 96e6ece commit a2c2a18

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)