From 44b674ce05685f3c4166f3201c6175483ad3f709 Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 18 Dec 2024 19:54:11 +0800 Subject: [PATCH] fix upload to testpypi error --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index fb95347a6..33c1d8447 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -61,7 +61,7 @@ jobs: # not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129 python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' build-requirements: 'numpy cython' - system-packages: 'python' + system-packages: 'python pip' package-path: 'qlib' pre-build-command: | which python