mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-18 09:54:33 +08:00
fix upload to testpypi error
This commit is contained in:
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@@ -11,11 +11,10 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy_with_bdist_wheel:
|
||||
includes_only:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-13, macos-latest]
|
||||
python-version: []
|
||||
include:
|
||||
- os: windows-latest
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Licensed under the MIT License.
|
||||
from pathlib import Path
|
||||
|
||||
__version__ = "0.9.5.98"
|
||||
__version__ = "0.9.5.97"
|
||||
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
|
||||
import os
|
||||
from typing import Union
|
||||
|
||||
Reference in New Issue
Block a user