utils/pypi: fix style issue

This commit is contained in:
Dustin Rodrigues 2025-06-10 00:59:28 -04:00
parent 5f188b830e
commit 3578b84053
No known key found for this signature in database
GPG Key ID: 140DABE812A1491D

View File

@ -85,7 +85,7 @@ module PyPI
# If there isn't an sdist, we use the first pure Python3 or universal wheel
if dist.nil?
dist = json["urls"].find do |url|
url["filename"].match?("[.-]py3[^-]*-none-any\.whl$")
url["filename"].match?("[.-]py3[^-]*-none-any.whl$")
end
end