Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
windelbouwman committed Jun 18, 2024
1 parent 952ac12 commit c23d8dd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
- run: pip install aqtinstall
- name: Install aqtinstall
run: pip install aqtinstall
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand All @@ -31,6 +32,8 @@ jobs:
extra: '--base http://mirrors.ocf.berkeley.edu/qt/'
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- run: pip install build py-build-cmake
# - name: Build wheels
- name: Install wheel build tools
run: pip install build py-build-cmake
- name: Build wheels
run: python -m build --no-isolation --wheel
# uses: pypa/[email protected]

0 comments on commit c23d8dd

Please sign in to comment.