1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 01:21:18 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 20:54:43 +08:00
parent 6a0bc50386
commit 303e62445b

View File

@@ -83,7 +83,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5