Skip to content

Commit 909b4b4

Browse files
committed
Merge branch 'improve-wheel-build' of github.com:xmlsec/python-xmlsec into improve-wheel-build
2 parents 2983152 + c432a1d commit 909b4b4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build_support/buildlibxmlsec.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ def triplet(self) -> str:
3535

3636

3737
class LibXmlSecDependencyBuilder:
38-
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
39-
'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
40-
)
38+
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
4139
LIB_VERSION_ENV_VARS = {
4240
'openssl_version': 'PYXMLSEC_OPENSSL_VERSION',
4341
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',

buildlibxmlsec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from build_support.buildlibxmlsec import main
22

3-
43
if __name__ == '__main__':
54
raise SystemExit(main())

0 commit comments

Comments
 (0)