Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a21fe46

Browse files
committed
Fix windows release CI doesn't show the python version (#182)
(cherry picked from commit e667570)
1 parent 8995f4a commit a21fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
path: dist/*.whl
147147

148148
windows-wheels:
149-
name: Wheel Windows - Py ${{matrix.py.version}}
149+
name: Wheel Windows - Py ${{matrix.python.version}}
150150
runs-on: windows-2019
151151
env:
152152
PULSAR_CPP_DIR: 'C:\\pulsar-cpp'

0 commit comments

Comments
 (0)