Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 18, 2024
1 parent aed9a4a commit 400736a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,38 +53,38 @@ jobs:
name: wheel-manylinux2014-3.8
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.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.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.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

test:

Expand Down
1 change: 1 addition & 0 deletions scripts/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pip install -r tests/requirements.txt
pip freeze

ls -l $RUNNER_TEMP/venv_$version/lib/python${python_version}/site-packages/eccodes.libs/
ldd $RUNNER_TEMP/venv_$version/lib/python${python_version}/site-packages/eccodes.libs//libeccodes-e6c1734d.so

cd tests
pytest -v -s
Expand Down

0 comments on commit 400736a

Please sign in to comment.