From ba68a6c758e2f1afe46ab2976632e9290dffa3a2 Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Mon, 17 Jun 2024 16:18:20 +0100 Subject: [PATCH] ECC-1793: develop binary wheel - build for multiple Python versions in Linux --- .github/workflows/build-wheel-linux.yml | 49 ++++++++++++------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index b2740d0..a516901 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -54,37 +54,36 @@ jobs: path: wheelhouse/*.whl # ################################################################ - # - run: ./scripts/wheel-linux.sh 3.9 - # - uses: actions/upload-artifact@v2 - # name: Upload wheel 3.9 - # with: - # name: wheel-manylinux2014-3.9 - # path: wheelhouse/*.whl + - run: ./scripts/wheel-linux.sh 3.9 + - uses: actions/upload-artifact@v2 + name: Upload wheel 3.9 + with: + name: wheel-manylinux2014-3.9 + path: wheelhouse/*.whl # ################################################################ - # - run: ./scripts/wheel-linux.sh 3.10 - # - uses: actions/upload-artifact@v2 - # name: Upload wheel 3.10 - # with: - # name: wheel-manylinux2014-3.10 - - # path: wheelhouse/*.whl + - run: ./scripts/wheel-linux.sh 3.10 + - uses: actions/upload-artifact@v2 + name: Upload wheel 3.10 + with: + name: wheel-manylinux2014-3.10 + path: wheelhouse/*.whl # ################################################################ - # - run: ./scripts/wheel-linux.sh 3.11 - # - uses: actions/upload-artifact@v2 - # name: Upload wheel 3.11 - # with: - # name: wheel-manylinux2014-3.11 - # path: wheelhouse/*.whl + - run: ./scripts/wheel-linux.sh 3.11 + - uses: actions/upload-artifact@v2 + name: Upload wheel 3.11 + with: + name: wheel-manylinux2014-3.11 + path: wheelhouse/*.whl # ################################################################ - # - run: ./scripts/wheel-linux.sh 3.12 - # - uses: actions/upload-artifact@v2 - # name: Upload wheel 3.12 - # with: - # name: wheel-manylinux2014-3.12 - # path: wheelhouse/*.whl + - run: ./scripts/wheel-linux.sh 3.12 + - uses: actions/upload-artifact@v2 + name: Upload wheel 3.12 + with: + name: wheel-manylinux2014-3.12 + path: wheelhouse/*.whl test: