From eb9480d2b528a26be6954dfaf89d6cfd4691f6cc Mon Sep 17 00:00:00 2001 From: joocer Date: Mon, 15 Jul 2024 22:37:33 +0100 Subject: [PATCH 1/3] 0.5.12 --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35377b337..31f7e3fe4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: build-linux-cp39: runs-on: ubuntu-latest - container: quay.io/pypa/manylinux2014_x86_64 + container: quay.io/pypa/manylinux2014_x86_64@sha256:7faa424c478d774a3ac17baacb5fa6b59e7c75dae47a6cb84f23df757d83469e steps: - uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: build-linux-cp310: runs-on: ubuntu-latest - container: quay.io/pypa/manylinux2014_x86_64 + container: quay.io/pypa/manylinux2014_x86_64@sha256:7faa424c478d774a3ac17baacb5fa6b59e7c75dae47a6cb84f23df757d83469e steps: - uses: actions/checkout@v4 @@ -72,7 +72,7 @@ jobs: build-linux-cp311: runs-on: ubuntu-latest - container: quay.io/pypa/manylinux2014_x86_64 + container: quay.io/pypa/manylinux2014_x86_64@sha256:7faa424c478d774a3ac17baacb5fa6b59e7c75dae47a6cb84f23df757d83469e steps: - uses: actions/checkout@v4 @@ -103,7 +103,7 @@ jobs: build-linux-cp312: runs-on: ubuntu-latest - container: quay.io/pypa/manylinux2014_x86_64 + container: quay.io/pypa/manylinux2014_x86_64@sha256:7faa424c478d774a3ac17baacb5fa6b59e7c75dae47a6cb84f23df757d83469e steps: - uses: actions/checkout@v4 From 23288e50d864ce5dac7e5d7f0cf5cf040425a1d8 Mon Sep 17 00:00:00 2001 From: XB500 Date: Mon, 15 Jul 2024 21:38:09 +0000 Subject: [PATCH 2/3] Opteryx Version 0.15.11 --- opteryx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opteryx/__version__.py b/opteryx/__version__.py index a94c31090..717cdd6ea 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 617 +__build__ = 624 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From b5fae46b9cdb5d247617321cdadbb07c656fd53f Mon Sep 17 00:00:00 2001 From: XB500 Date: Mon, 15 Jul 2024 21:40:09 +0000 Subject: [PATCH 3/3] Opteryx Version 0.15.11 --- opteryx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opteryx/__version__.py b/opteryx/__version__.py index 717cdd6ea..eccbf2ce7 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 624 +__build__ = 625 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.