kszucs commented on a change in pull request #9096:
URL: https://github.com/apache/arrow/pull/9096#discussion_r553971840
##########
File path: dev/tasks/tasks.yml
##########
@@ -586,29 +490,31 @@ tasks:
############################## Wheel Windows ################################
- wheel-win-cp36m:
+ wheel-windows-cp36m:
ci: github
- template: python-wheels/github.win.yml
+ template: python-wheels/github.windows.yml
params:
python_version: 3.6
artifacts:
- pyarrow-{no_rc_version}-cp36-cp36m-win_amd64.whl
- wheel-win-cp37m:
+ wheel-windows-cp37m:
ci: github
- template: python-wheels/github.win.yml
+ template: python-wheels/github.windows.yml
params:
python_version: 3.7
artifacts:
- pyarrow-{no_rc_version}-cp37-cp37m-win_amd64.whl
- wheel-win-cp38:
+ wheel-windows-cp38m:
ci: github
- template: python-wheels/github.win.yml
+ template: python-wheels/github.windows.yml
params:
python_version: 3.8
artifacts:
- - pyarrow-{no_rc_version}-cp38-cp38-win_amd64.whl
+ - pyarrow-{no_rc_version}-cp38-cp38m-win_amd64.whl
+
+ # TODO(kszucs): add python 3.9
Review comment:
Fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]