From 34a53033f170280541071f1013d788aa3fd600f1 Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 18 Dec 2024 22:21:52 +0800 Subject: [PATCH] fix upload to testpypi error --- .github/workflows/python-publish.yml | 2 +- qlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 734655561..c587d3f88 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-22.04, macos-13, macos-latest] + os: [windows-latest, macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - os: macos-13 diff --git a/qlib/__init__.py b/qlib/__init__.py index deaa44e89..a182f1bfd 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. from pathlib import Path -__version__ = "0.9.5.93" +__version__ = "0.9.5.92" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union