Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/templates/formula.rb.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class {{CLASS_NAME}} < Formula
system python3, "-m", "venv", libexec

# Install the package and all dependencies
system libexec/"bin/pip", "install", "--upgrade", "pip"
system libexec/"bin/pip", "install", "--upgrade", "pip", "setuptools", "wheel"
# Set version for setuptools-scm since archive tarballs lack .git metadata
# Skip for HEAD builds — they use git clone, so setuptools-scm reads tags directly
ENV["SETUPTOOLS_SCM_PRETEND_VERSION"] = version.to_s unless build.head?
Expand Down