This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new e667570  Fix windows release CI doesn't show the python version (#182)
e667570 is described below

commit e667570bd80a9f3375dbee501fc85e1e94ee8667
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)
---
 .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'

Reply via email to