From 75049991feb2232c7cbc6596aaac1c2fb1efd25d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 06:00:49 -0500 Subject: [PATCH] fix upgrade proc in brew --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index e1c8e069..0c2fdecd 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -17,7 +17,7 @@ jobs: - name: Build Homebrew Bottle run: | - pip3 install --uprade pip setuptools wheel + pip3 install --upgrade pip setuptools wheel cd brew_dist/ brew install --build-bottle ./archivebox.rb brew bottle archivebox