File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 steps :
6060 - uses : actions/checkout@v4
6161
62- - name : Build inside manylinux2014 (glibc 2.17)
62+ - name : Build inside manylinux2014 + shared Python (glibc 2.17)
6363 env :
6464 VERSION : ${{ needs.tag.outputs.version }}
6565 run : |
@@ -69,13 +69,12 @@ jobs:
6969 -v "${{ github.workspace }}:/workspace" \
7070 -w /workspace \
7171 -e VERSION="$VERSION" \
72- quay .io/pypa /manylinux2014_x86_64 \
72+ ghcr .io/yt-dlp /manylinux2014_x86_64-shared \
7373 bash -c '
7474 set -euo pipefail
75- PY=/opt/python/cp311-cp311/bin/python
76- $PY -m pip install -q -U pip wheel pyinstaller
77- $PY -m pip install -q ".[all]"
78- $PY -m PyInstaller \
75+ py3.13 -m pip install -q -U pip wheel pyinstaller
76+ py3.13 -m pip install -q ".[all]"
77+ py3.13 -m PyInstaller \
7978 --onefile \
8079 --noconfirm \
8180 --strip \
You can’t perform that action at this time.
0 commit comments