with pip
This commit is contained in:
parent
86979d44c9
commit
13376c80a6
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -72,9 +72,8 @@ jobs:
|
||||||
dnf install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make
|
dnf install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make
|
||||||
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 --enable-optimizations
|
cd Python-3.10.10 && ./configure --with-ensurepip=install
|
||||||
make -j 2
|
make -j 8
|
||||||
nproc
|
|
||||||
make altinstall
|
make altinstall
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue