From 52f644a9c7f90a921ce5b0cfd8d711a38f9535f1 Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Tue, 26 Dec 2023 10:13:14 +0800 Subject: [PATCH] Fix windows release CI doesn't show the python version --- .github/workflows/ci-build-release-wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-release-wheels.yaml b/.github/workflows/ci-build-release-wheels.yaml index 2f2fff6..327a2a8 100644 --- a/.github/workflows/ci-build-release-wheels.yaml +++ b/.github/workflows/ci-build-release-wheels.yaml @@ -146,7 +146,7 @@ jobs: path: dist/*.whl windows-wheels: - name: Wheel Windows - Py ${{matrix.py.version}} + name: Wheel Windows - Py ${{matrix.python.version}} runs-on: windows-2019 env: PULSAR_CPP_DIR: 'C:\\pulsar-cpp'