isapego commented on code in PR #5208: URL: https://github.com/apache/ignite-3/pull/5208#discussion_r1959709853
########## 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: I know. It requires some additional work, including work with TC agents. There is a ticket for that: https://issues.apache.org/jira/browse/IGNITE-24542 -- 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