Skip to content

Commit e667570

Browse files
authored
Fix windows release CI doesn't show the python version (#182)
1 parent b9c7219 commit e667570

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)