Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Oct 21, 2023
1 parent 33946eb commit ee68dcd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
ls packages/python/bin
./packages/python/bin/python -m pip install cython setuptools wheel auditwheel build twine
- name: Build wheel
env:
BUILD_NUM: ${{ github.run_id }}
run: |
./packages/python/bin/python setup.py bdist_wheel
./packages/python/bin/auditwheel repair dist/*.whl
Expand All @@ -46,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Fetch dependencies
env:
BUILD_NUM: ${{ github.run_id }}
run: |
python3 --version
python3 -m pip install ivpm
Expand Down Expand Up @@ -99,13 +103,15 @@ jobs:

- name: Build/Test Package
shell: bash
env:
BUILD_NUM: ${{ github.run_id }}
run: |
python -V
python -m pip install ivpm
python -m ivpm update
ls packages/python
ls packages/python/lib
ls packages/python/bin
ls packages/python/Lib
ls packages/python/Scripts
./packages/python/bin/python -m pip install cython setuptools wheel build twine
./packages/python/bin/python setup.py build bdist_wheel
ls dist
Expand Down

0 comments on commit ee68dcd

Please sign in to comment.