no pip upgrade arm
This commit is contained in:
parent
4f96378d4a
commit
a32108713d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -84,7 +84,6 @@ jobs:
|
||||||
python3.10 -m ensurepip --upgrade
|
python3.10 -m ensurepip --upgrade
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
run: |
|
||||||
python3.10 -m pip install --upgrade pip
|
|
||||||
python3.10 -m pip install -e .[build]
|
python3.10 -m pip install -e .[build]
|
||||||
# Build executable
|
# Build executable
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller ytdl-sub.spec
|
||||||
|
|
@ -131,10 +130,9 @@ jobs:
|
||||||
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
||||||
tar -xf Python-3.10.10.tar.xz
|
tar -xf Python-3.10.10.tar.xz
|
||||||
cd Python-3.10.10 && ./configure --with-ensurepip=install --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
|
cd Python-3.10.10 && ./configure --with-ensurepip=install --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
|
||||||
make -j 8
|
make -j 1
|
||||||
make altinstall
|
make altinstall
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
python3.10 -m ensurepip --upgrade
|
|
||||||
python3.10 -m pip install -e .
|
python3.10 -m pip install -e .
|
||||||
python3.10 -m pip install pyinstaller
|
python3.10 -m pip install pyinstaller
|
||||||
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue