We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e069ebe commit 22ed2c2Copy full SHA for 22ed2c2
1 file changed
.github/workflows/macosx.yml
@@ -60,6 +60,7 @@ jobs:
60
echo "Working directory: $(pwd)"
61
echo "libs directory listing:"
62
ls -la libs || true
63
+ export PYXMLSEC_LIBS_DIR="$PWD/libs"
64
python -m build
65
rm -rf build/
66
0 commit comments