Skip to content

Commit

Permalink
[build] Fix publishing to PyPI and homebrew
Browse files Browse the repository at this point in the history
Closes #6411
Authored by: bashonly
  • Loading branch information
bashonly committed Mar 4, 2023
1 parent 354d5fc commit 55676fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -64,6 +64,7 @@ jobs:

- name: Install Requirements
run: |
sudo apt-get -y install pandoc man
python -m pip install -U pip setuptools wheel twine
python -m pip install -U -r requirements.txt
Expand All @@ -79,6 +80,7 @@ jobs:
if: env.TWINE_PASSWORD != ''
run: |
rm -rf dist/*
make pypi-files
python devscripts/set-variant.py pip -M "You installed yt-dlp with pip or using the wheel from PyPi; Use that to update"
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down

0 comments on commit 55676fe

Please sign in to comment.