Skip to content

Commit

Permalink
Use build
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jan 13, 2025
1 parent 1c053ed commit 1e3bfa0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ jobs:
- name-suffix: "(Minimum Versions)"
os: ubuntu-latest
python-version: 3.8
BUILD_COMMAND: sdist
BUILD_COMMAND: --sdist
QT_BINDING: PyQt5==5.14.1
XVFB_RUN: xvfb-run -a

- name-suffix: "PySide6 bdist_wheel"
- name-suffix: "PySide6 wheel"
os: ubuntu-latest
python-version: "3.10"
BUILD_COMMAND: bdist_wheel
BUILD_COMMAND: --wheel
QT_BINDING: PySide6
XVFB_RUN: xvfb-run -a

- name-suffix: "PyQt5 bdist_wheel"
- name-suffix: "PyQt5 wheel"
os: ubuntu-latest
python-version: "3.10"
BUILD_COMMAND: bdist_wheel
BUILD_COMMAND: --wheel
QT_BINDING: PyQt5
XVFB_RUN: xvfb-run -a

- name-suffix: "PyQt6 bdist_wheel"
- name-suffix: "PyQt6 wheel"
os: macos-latest
python-version: 3.11
BUILD_COMMAND: bdist_wheel
BUILD_COMMAND: --wheel
QT_BINDING: PyQt6
XVFB_RUN: ""

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Generate source package or wheel
run: |
python setup.py ${{ matrix.BUILD_COMMAND }}
python -m build ${{ matrix.BUILD_COMMAND }}
ls dist
- name: Install from source package
Expand Down

0 comments on commit 1e3bfa0

Please sign in to comment.