isapego commented on code in PR #5208: URL: https://github.com/apache/ignite-3/pull/5208#discussion_r1959388024
########## modules/platforms/build.gradle: ########## @@ -267,3 +276,71 @@ private void updatePythonVersion(String version) { def versionFile = file("$projectDir/python/pyignite_dbapi/_version.txt") versionFile.text = simpleProjectVersion(version) } + +def buildWindowsDbApiWheels = tasks.register('buildWindowsDbApiWheels', Exec) { Review Comment: Yes, for now. I will try and add a docker for Windows wheels in future, but this is enough for automating the release on TC. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org