未验证 提交 4681bc3f 编写于 作者: P Peter Pan 提交者: GitHub

update setuptools (#898)

* build: update setuptools when build
上级 4231a220
......@@ -22,8 +22,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install requirements
run: |
pip install wheel
pip install -U wheel
pip install -U setuptools
pip install -r requirements.txt
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- name: Build whl
run: |
python setup.py bdist_wheel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册