Skip to content

Commit

Permalink
Handle wheels when identifying versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 6, 2024
1 parent 1143ff5 commit 785ad71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formula2requirements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
".tar.gz"
elsif path.end_with? ".tar.bz2"
".tar.bz2"
elsif path.ends_with? "-py3-none-any.whl"
"-py3-none-any.whl"
else
abort "barf: unexpected suffix in #{path}"
end
Expand Down

0 comments on commit 785ad71

Please sign in to comment.