Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 28, 2024
1 parent 6ca6182 commit 310f47f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,20 @@ jobs:

- name: Run Python tests
run: python -c "import limap; print(limap.__version__)"
continue-on-error: true

- name: Build wheels
run: python setup.py bdist_wheel
env:
CIBW_ARCHS_MACOS: ${{ matrix.config.arch }}
continue-on-error: true

- name: Upload wheel files as artifacts
uses: actions/upload-artifact@v4
with:
name: limap-${{ matrix.config.os }}-${{ matrix.config.arch }}-cp${{ matrix.config.python-version }}
path: dist/*.whl
continue-on-error: true

pypi-publish:
name: Publish wheels to PyPI
Expand Down

0 comments on commit 310f47f

Please sign in to comment.