File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 python-version : ' 3.12'
5656
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
6059
6160 - uses : actions/upload-artifact@v4
6261 with :
Original file line number Diff line number Diff line change @@ -41,16 +41,12 @@ cd ..
4141ls -l /usr/local/lib
4242sudo ldconfig /usr/local/lib
4343
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-
4844# Install from checkout (or sdist).
4945echo -----------------------------------------------------------
5046echo
5147echo Running:
52- echo $ pip install --no-binary :all: --no-build-isolation $1
48+ echo $ pip install --no-binary python-flint $1
5349echo
5450echo -----------------------------------------------------------
5551
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