使用清华源
Build and Publish / Run (push) Failing after 1m0s Details

This commit is contained in:
cxykevin 2024-04-16 21:51:45 +08:00
parent c6a7923eeb
commit b4ec1fb803
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Prepare Python
run: |
apt-get install python3-pip -y
python3 -m pip install setuptools wheel twine
python3 -m pip install setuptools wheel twine -i https://pypi.tuna.tsinghua.edu.cn/simple
- name: CheckOut
uses: http://hmtsai.cn:3000/actions/checkout@v4
- name: Build