ptupitsyn commented on code in PR #5208:
URL: https://github.com/apache/ignite-3/pull/5208#discussion_r1959078480


##########
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:
   There are Linux and Windows tasks. Does it mean that to prepare a release, 
we have to run both, using two different OS?



-- 
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

Reply via email to