Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
修正流水线错误
  • Loading branch information
jianzfb authored Aug 29, 2021
1 parent 8180c98 commit e8fe156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cython>=0.20
pip install -r requirements.txt
pip install setuptools wheel twine
# 构建和发布
Expand Down

0 comments on commit e8fe156

Please sign in to comment.