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 4b2df16 commit 66d55f1Copy full SHA for 66d55f1
.github/workflows/build.ps1
@@ -1,6 +1,6 @@
1
echo "::group::Build wheel"
2
$wheel_sdir = "wheelhouse"
3
- pip install tomlkit
+ pip install tomli
4
$build_dep = python .\print_deps.py $env:MB_PYTHON_VERSION ${env:REPO_DIR}
5
pip install @($build_dep.split())
6
pip wheel -w "${wheel_sdir}" --no-build-isolation ".\${env:REPO_DIR}"
0 commit comments