relax setuptools version

This commit is contained in:
Inada Naoki 2025-10-08 21:08:38 +09:00
parent 19b5d33ded
commit 3e693eeab3
4 changed files with 4 additions and 5 deletions

View file

@ -33,7 +33,6 @@ jobs:
- name: Prepare
shell: bash
run: |
python -m pip install -U pip
python -m pip install -r requirements.txt pytest
- name: Build
@ -55,8 +54,7 @@ jobs:
- name: build packages
shell: bash
run: |
pip install build
python -m build
python -m build -nv
- name: upload packages
uses: actions/upload-artifact@v4