File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
python-version : ' 3.12'
56
56
57
- - run : pip install --upgrade pip
58
- - run : pip install cython setuptools
59
- - run : python setup.py sdist
57
+ - run : pip install build
58
+ - run : python -m build --sdist
60
59
61
60
- uses : actions/upload-artifact@v4
62
61
with :
Original file line number Diff line number Diff line change @@ -41,16 +41,12 @@ cd ..
41
41
ls -l /usr/local/lib
42
42
sudo ldconfig /usr/local/lib
43
43
44
- # Python build requirements. Ideally these would be in pyproject.toml, but
45
- # first need to migrate from setup.py to pyproject.toml.
46
- pip install numpy cython setuptools wheel
47
-
48
44
# Install from checkout (or sdist).
49
45
echo -----------------------------------------------------------
50
46
echo
51
47
echo Running:
52
- echo $ pip install --no-binary :all: --no-build-isolation $1
48
+ echo $ pip install --no-binary python-flint $1
53
49
echo
54
50
echo -----------------------------------------------------------
55
51
56
- pip install --no-binary :all: --no-build-isolation $1
52
+ pip install --no-binary python-flint $1
You can’t perform that action at this time.
0 commit comments