]> jfr.im git - yt-dlp.git/commitdiff
Partially revert "[build] Add homebrew taps (#827)"
authorpukkandan <redacted>
Wed, 1 Sep 2021 23:08:02 +0000 (04:38 +0530)
committerpukkandan <redacted>
Wed, 1 Sep 2021 23:13:38 +0000 (04:43 +0530)
.github/workflows/build.yml

index b55429e1dd42c519e812ca97ba8476a99f1b1736..4c56a5180b23722fb5813858a989f0bf0c1e5b3b 100644 (file)
@@ -84,19 +84,6 @@ jobs:
         rm -rf dist/*
         python setup.py sdist bdist_wheel
         twine upload dist/*
-    - name: Install SSH private key
-      if: ${{ secrets.BREW_TOKEN }}
-      uses: webfactory/ssh-agent@v0.5.3
-      with:
-          ssh-private-key: ${{ secrets.BREW_TOKEN }}
-    - name: Update Homebrew Formulae
-      # can't use secrets.GITHUB_TOKEN because it's outside yt-dlp repository
-      if: ${{ secrets.BREW_TOKEN }}
-      run: |
-        git clone git@github.com:yt-dlp/homebrew-taps taps/
-        python3 devscripts/update-formulae.py taps/Formula/yt-dlp.rb "${{ steps.bump_version.outputs.ytdlp_version }}"
-        git -C taps/ commit -am 'yt-dlp: ${{ steps.bump_version.outputs.ytdlp_version }}'
-        git -C taps/ push
 
   build_windows:
     runs-on: windows-latest