Skip to content

Commit 340d3fd

Browse files
committed
Switch to using build
1 parent 8164aef commit 340d3fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function curl-harder() {
2323
}
2424

2525

26-
python -m pip install -U pip setuptools wheel
26+
python -m pip install -U pip build
2727
python -m pip --version
2828

29-
python setup.py sdist --formats=zip
30-
python -m pip install dist/*.zip
29+
python -m build
30+
python -m pip install dist/*.whl
3131

3232
if [ "$CHECK_FORMATTING" = "1" ]; then
3333
pip install black

0 commit comments

Comments
 (0)