Skip to content

Commit 25b876b

Browse files
committed
Define variable for listing wheel directory
1 parent c3fde55 commit 25b876b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo "::group::Install a virtualenv"
2525
echo "::endgroup::"
2626

2727
echo "::group::Build wheel"
28+
export WHEEL_SDIR=wheelhouse
2829
pip install tomlkit
2930
export BUILD_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR})
3031
clean_code

0 commit comments

Comments
 (0)