👷 修复 pypi ci 文件错误
This commit is contained in:
parent
8056174d42
commit
0ccf5afd90
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
|||||||
# 此步骤使用 GitHub 的 https://github.com/actions/setup-python
|
# 此步骤使用 GitHub 的 https://github.com/actions/setup-python
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user