Skip to content

Commit

Permalink
restore pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Apr 9, 2024
1 parent 434682b commit cb84273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/macos/build_backend_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
# Creating the wheel
pip install huggingface_hub
python -c 'from huggingface_hub import get_full_repo_name; print("success")'

python setup.py sdist bdist_wheel
pip install "dist/alphadia-1.5.5-py3-none-any.whl[stable]"

# Creating the stand-alone pyinstaller folder
pip install pyinstaller
python -c 'from huggingface_hub import get_full_repo_name; print("success")'
#pyinstaller release/pyinstaller/alphadia.spec -y
pyinstaller release/pyinstaller/alphadia.spec -y

0 comments on commit cb84273

Please sign in to comment.