Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - build for multiple Python versions i…
Browse files Browse the repository at this point in the history
…n Linux
  • Loading branch information
iainrussell committed Jun 17, 2024
1 parent ba7fe2b commit ba68a6c
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ba68a6c

Please sign in to comment.