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 3e1f9cf commit 8106b84Copy full SHA for 8106b84
appveyor.yml
@@ -178,7 +178,7 @@ deploy:
178
provider: GitHub
179
auth_token:
180
secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL
181
- artifact: /.*\.exe/
+ artifact: /.*\.msi/
182
draft: true
183
on:
184
APPVEYOR_REPO_TAG: true # deploy on tag push only
setup.py
@@ -350,7 +350,7 @@ def run(self):
350
351
setup(
352
name='yara-python',
353
- version='4.2.0',
+ version='4.2.3',
354
description='Python interface for YARA',
355
long_description=readme,
356
license='Apache 2.0',
0 commit comments