Try fixing build sdist
This commit is contained in:
parent
85d05f4b8a
commit
b894af7dc2
|
@ -34,6 +34,9 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.12
|
||||||
|
cache: 'pip'
|
||||||
|
- name: Install deps
|
||||||
|
run: "pip install 'setuptools~=72.1'"
|
||||||
|
|
||||||
- name: Check metadata
|
- name: Check metadata
|
||||||
run: "python setup.py check"
|
run: "python setup.py check"
|
||||||
|
|
Loading…
Reference in New Issue