mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
relax setuptools version (#652)
This commit is contained in:
parent
19b5d33ded
commit
ef4f83df16
4 changed files with 5 additions and 5 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -33,7 +33,6 @@ jobs:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip
|
|
||||||
python -m pip install -r requirements.txt pytest
|
python -m pip install -r requirements.txt pytest
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -55,8 +54,7 @@ jobs:
|
||||||
- name: build packages
|
- name: build packages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install build
|
python -m build -nv
|
||||||
python -m build
|
|
||||||
|
|
||||||
- name: upload packages
|
- name: upload packages
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
include setup.py
|
include setup.py
|
||||||
include COPYING
|
include COPYING
|
||||||
include README.md
|
include README.md
|
||||||
recursive-include msgpack *.h *.c *.pyx *.cpp
|
recursive-include msgpack *.h *.c *.pyx
|
||||||
recursive-include test *.py
|
recursive-include test *.py
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 80.9.0"]
|
requires = ["setuptools >= 77.0.3"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
Cython==3.1.4
|
Cython==3.1.4
|
||||||
|
setuptools==77.0.3
|
||||||
|
build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue