VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
650 stars 179 forks source link

Some build errors during CI process. #254

Closed foundkey closed 6 months ago

foundkey commented 6 months ago

In CI yml file, enable dex module(publish-to-pypi.yml#L70).

But, check on CI history log, this parameter was not passed correctly, The relevant code of the dex module does not participate in compilation.

image

In *-macosx_universal2 dist, miss hash module:

image