From 8bb511d73704df737e9d6eac36c16e25cbf57498 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 10 Apr 2024 08:55:48 -0400 Subject: [PATCH] Actually build a version that we will release. --- Jenkinsfile | 13 +++++-------- azure-pipelines-macos-steps.yml | 2 +- azure-pipelines-windows-steps.yml | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84e0365..9c0ec62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline git checkout $MLPACK_VERSION # Temporary patch: increment build number. - sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post1/g' src/mlpack/bindings/python/setup.py.in + sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post2/g' src/mlpack/bindings/python/setup.py.in rm -f src/mlpack/bindings/python/setup.py.in.bk # Apply patches. @@ -52,23 +52,20 @@ pipeline axis { name 'PYTHON_VERSION' -// values 'cp36', 'cp37', 'cp38', 'cp39', 'cp310', 'cp311', 'cp312', -// 'pp37', 'pp38', 'pp39' - values 'cp38', 'cp37' + values 'cp36', 'cp37', 'cp38', 'cp39', 'cp310', 'cp311', 'cp312', + 'pp37', 'pp38', 'pp39' } axis { name 'ARCH' -// values 'x86_64', 'i686', 'aarch64', 's390x', 'ppc64le' - values 'aarch64' + values 'x86_64', 'i686', 'aarch64', 's390x', 'ppc64le' } axis { name 'PYTHON_IMAGE' -// values 'manylinux', 'musllinux' - values 'musllinux' + values 'manylinux', 'musllinux' } } diff --git a/azure-pipelines-macos-steps.yml b/azure-pipelines-macos-steps.yml index 96ff377..953cb93 100644 --- a/azure-pipelines-macos-steps.yml +++ b/azure-pipelines-macos-steps.yml @@ -13,7 +13,7 @@ steps: git checkout $(MLPACK_VERSION) # Temporary patch to increment build number. - sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post1/g' src/mlpack/bindings/python/setup.py.in + sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post2/g' src/mlpack/bindings/python/setup.py.in rm -f src/mlpack/bindings/python/setup.py.in.bk # Apply patches to install Python headers and fix STB detection. diff --git a/azure-pipelines-windows-steps.yml b/azure-pipelines-windows-steps.yml index 51e01dd..e97b2c1 100644 --- a/azure-pipelines-windows-steps.yml +++ b/azure-pipelines-windows-steps.yml @@ -55,7 +55,7 @@ steps: git checkout $(MLPACK_VERSION) # Temporary patch to increment build number. - sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post1/g' src/mlpack/bindings/python/setup.py.in + sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post2/g' src/mlpack/bindings/python/setup.py.in rm -f src/mlpack/bindings/python/setup.py.in.bk # Apply patches to install Python headers and fix STB detection.