👷 修复 pypi ci 文件错误

This commit is contained in:
xtaodada 2020-08-11 20:52:45 +08:00
parent 8056174d42
commit 0ccf5afd90
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

View File

@ -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: |