kou commented on PR #40609:
URL: https://github.com/apache/arrow/pull/40609#issuecomment-2002739819
Could you try this temporally?
```diff
diff --git a/dev/tasks/python-wheels/github.windows.yml
b/dev/tasks/python-wheels/github.windows.yml
index 01f4977a9b..042a2f7f2f 100644
--- a/dev/tasks/python-wheels/github.windows.yml
+++ b/dev/tasks/python-wheels/github.windows.yml
@@ -56,7 +56,7 @@ jobs:
if errorlevel 1 (
archery docker build --no-pull python-wheel-windows-vs2019 ||
exit /B 1
)
- archery docker run --no-build -e
SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }}
python-wheel-windows-vs2019
+ archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION={{
arrow.no_rc_version }} python-wheel-windows-vs2019
- uses: actions/upload-artifact@v3
with:
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]