d19b943e1a
Our tooling now handles the extra wheels correctly
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# note: 5.14 is not available on Windows for Python 3.9
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
bazel run $BUILDARGS //qt:runanki_qt514 -- $*
|