From 13376c80a6c9e675d8c18237aea4c6457fcc60d8 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 23:06:33 -0800 Subject: [PATCH] with pip --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 99d27747..e8f1708a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,9 +72,8 @@ jobs: 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 tar -xf Python-3.10.10.tar.xz - cd Python-3.10.10 && ./configure --enable-optimizations - make -j 2 - nproc + cd Python-3.10.10 && ./configure --with-ensurepip=install + make -j 8 make altinstall python3.10 --version - name: Build Package