Skip to content

Commit

Permalink
build pyodide wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Feb 3, 2024
1 parent f2ff34b commit 26910fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
manylinux: auto
args: -i python${{ matrix.python.version }} --release --strip --sdist

- name: Check that the source distribution installed correctly
if: matrix.platform.os == 'ubuntu-latest'
run: pip install target/wheels/pyxirr-*.tar.gz

- name: Build Wheels - MacOS [aarch64]
if: ${{ matrix.platform.os == 'macos-latest' && matrix.platform.arch == 'aarch64' }}
uses: PyO3/maturin-action@v1
Expand All @@ -93,9 +97,6 @@ jobs:
maturin-version: ${{ env.MATURIN_VERSION }}
args: -i python --release --strip

- name: Try to install source distribution
run: pip install target/wheels/pyxirr-*.tar.gz

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 26910fa

Please sign in to comment.