13 lines
214 B
Bash
Executable File
13 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
cd ..
|
|
|
|
export CUSTOM_COMPILE_COMMAND="bin/update_constraints"
|
|
|
|
pip-compile \
|
|
--allow-unsafe \
|
|
--generate-hashes \
|
|
--upgrade \
|
|
cibuildwheel/resources/constraints.in
|