File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 - name : Prepare
3434 shell : bash
3535 run : |
36- python -m pip install -U pip
3736 python -m pip install -r requirements.txt pytest
3837
3938 - name : Build
5554 - name : build packages
5655 shell : bash
5756 run : |
58- pip install build
59- python -m build
57+ python -m build -nv
6058
6159 - name : upload packages
6260 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 11include setup.py
22include COPYING
33include README.md
4- recursive-include msgpack *.h *.c *.pyx *.cpp
4+ recursive-include msgpack *.h *.c *.pyx
55recursive-include test *.py
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 80.9.0 " ]
2+ requires = [" setuptools >= 77.0.3 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
Original file line number Diff line number Diff line change 11Cython == 3.1.4
2+ setuptools == 77.0.3
3+ build
You can’t perform that action at this time.
0 commit comments