Skip to content

fix: bump version to 1.4.3.0rc5 for PyQt6 and PySide6 packages #86

fix: bump version to 1.4.3.0rc5 for PyQt6 and PySide6 packages

fix: bump version to 1.4.3.0rc5 for PyQt6 and PySide6 packages #86

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pyqt6-qlementine:
uses: ./.github/workflows/build-package.yml
with:
package: PyQt6-Qlementine
qt_version: "6.8.1"
pyside6-qlementine:
uses: ./.github/workflows/build-package.yml
with:
package: PySide6-Qlementine
qt_version: "6.10.2"
cibw_manylinux: "manylinux_2_34"