1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 10:01:19 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 20:52:07 +08:00
parent 86b4d4c707
commit 6a0bc50386

View File

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