Skip to content

Commit

Permalink
Build Python wheel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Meister committed Apr 16, 2024
1 parent 013005b commit bd23aa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
with:
name: windows-installer
path: concordance/win/concordance-installer.exe
- name: Build Python wheel
run: |
pip install build
MINGW_SYSROOT_BIN="/usr/i686-w64-mingw32/sys-root/mingw/bin" concordance/win/make_wheel.py
- uses: actions/upload-artifact@v3
with:
name: windows-wheel
path: concordance/win/*.whl
test:
needs: build
runs-on: windows-latest
Expand Down

0 comments on commit bd23aa6

Please sign in to comment.