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 bd4f54f commit 0786c75Copy full SHA for 0786c75
.github/workflows/build.ps1
@@ -1,6 +1,6 @@
1
echo "::group::Build wheel"
2
- pip wheel -w ${WHEEL_SDIR} --no-deps ${REPO_DIR}
3
- ls -l "${GITHUB_WORKSPACE}/${WHEEL_SDIR}/"
+ pip wheel -w "${env:WHEEL_SDIR}" --no-deps "${env:REPO_DIR}"
+ ls -l "${env:GITHUB_WORKSPACE}/${env:WHEEL_SDIR}/"
4
echo "::endgroup::"
5
6
echo "::group::Install wheel"
0 commit comments