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 aaf60cc commit 33946eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build wheel
run: |
./packages/python/bin/python setup.py bdist_wheel
./packages/python/bin/auditwheel dist/*.whl
./packages/python/bin/auditwheel repair dist/*.whl
- name: Publish to PyPi
if: startsWith(github.ref, 'refs/heads/main')
env:
Expand All @@ -50,8 +50,6 @@ jobs:
python3 --version
python3 -m pip install ivpm
python3 -m ivpm update
ls packages/python
ls packages/python/bin
./packages/python/bin/python3 -m pip install cython setuptools wheel build twine
- name: Build wheel
run: |
Expand Down Expand Up @@ -105,6 +103,9 @@ jobs:
python -V
python -m pip install ivpm
python -m ivpm update
ls packages/python
ls packages/python/lib
ls packages/python/bin
./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 33946eb

Please sign in to comment.