mirror of https://github.com/yt-dlp/yt-dlp.git
Partially revert "[build] Add homebrew taps (#827)"
This commit is contained in:
parent
347182a0cd
commit
be4d9f4cd9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue