Skip to content

Commit

Permalink
Remove --version from brew release workflow (#1233)
Browse files Browse the repository at this point in the history
Homebrew doesn't like explicitly declaring a version for a formula (it
prefers to infer it from the url), and will throw an error on PRs. So,
this removes that part of the workflow.
  • Loading branch information
wren authored Apr 24, 2021
1 parent e239098 commit 3051271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:
brew bump-formula-pr "${FORMULA_NAME}"
--url $(jq ".releases[\"${PYPI_VERSION}\"][1].url" -r api_response.json)
--sha256 $(jq ".releases[\"${PYPI_VERSION}\"][1].digests.sha256" -r api_response.json)
--version=$PYPI_VERSION
--no-audit
--write
--force
Expand Down

0 comments on commit 3051271

Please sign in to comment.