xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

Fix sdist workflow #295

Closed jonathangreen closed 7 months ago

jonathangreen commented 8 months ago

The sdist workflow was failing because of the issue noted in https://github.com/xmlsec/python-xmlsec/issues/283. This PR updates the workflow to install lxml using --no-binary lxml, so that the workflow is able to successfully run the tests.