We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0d24c commit 1ae695aCopy full SHA for 1ae695a
modules/platforms/python/scripts/build_wheels.sh
@@ -19,7 +19,7 @@ set -e -u -x
19
PACKAGE_NAME="pyignite_dbapi"
20
PY_VERS=$1
21
22
-# Converting input from '3.10, 3.11...' to '310 311...'
+# Converting input from '3.10,3.11...' to '310 311...'
23
PREPARED_VERS=$(echo $PY_VERS | sed -r 's/\.//g' | tr ',' ' ')
24
25
0 commit comments