ptupitsyn commented on code in PR #5208: URL: https://github.com/apache/ignite-3/pull/5208#discussion_r1959407811
########## 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: The problem is, we don't use TC to prepare Ignite release. We run the following command locally to build and sign artifacts, using PMC own signature: ``` ./gradlew -PprepareRelease prepareRelease ``` Ideally, Python should be a part of this. -- 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