fix: bump version to 1.4.3.0rc5 for PyQt6 and PySide6 packages #86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |