Skip to content

Commit 3aa4c8d

Browse files
committed
DONT MERGE: make sure it's compatible with xmlsec1 RC release
1 parent e24a84c commit 3aa4c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Build linux_x86_64 wheel
3333
env:
3434
PYXMLSEC_STATIC_DEPS: true
35-
PYXMLSEC_LIBXML2_VERSION: 2.14.6 # Lock it to libxml2 2.14.6 until the issue with 2.15.x is resolved; e.g. https://github.com/lsh123/xmlsec/issues/948
35+
# PYXMLSEC_LIBXML2_VERSION: 2.14.6 # Lock it to libxml2 2.14.6 until the issue with 2.15.x is resolved; e.g. https://github.com/lsh123/xmlsec/issues/948
36+
PYXMLSEC_XMLSEC1_VERSION: 1.3.8-rc1
3637
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738
run: |
3839
/opt/python/${{ matrix.python-abi }}/bin/python -m build

0 commit comments

Comments
 (0)