This is an automated email from the ASF dual-hosted git repository. zike pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git
commit a21fe4677a8e5f487755944b806e9519d940d2dc Author: Zike Yang <[email protected]> AuthorDate: Tue Dec 26 10:54:43 2023 +0800 Fix windows release CI doesn't show the python version (#182) (cherry picked from commit e667570bd80a9f3375dbee501fc85e1e94ee8667) --- .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'
