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 c3f3df2 commit 749da11Copy full SHA for 749da11
.github/workflows/macosx.yml
@@ -26,6 +26,7 @@ jobs:
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
29
+ export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
30
python -m build
31
rm -rf build/
32
- name: Set environment variables
0 commit comments