This commit is contained in:
Jesse Bannon 2023-02-22 19:35:25 -08:00
parent 73fe5687c3
commit 9b08ea2813

View file

@ -73,7 +73,7 @@ jobs:
pyinstaller ytdl-sub.spec
mkdir -p /opt/builds
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
@ Build wheel
# Build wheel
mkdir -p /opt/wheels
python3 -m build
mv dist/ytdl-sub-${{ needs.version.outputs.pypi_version }}.tar.gz /opt/wheels