Skip to content

feat: add makeIconFromSvgData and makeThemedIconFromData functions wi… #7

feat: add makeIconFromSvgData and makeThemedIconFromData functions wi…

feat: add makeIconFromSvgData and makeThemedIconFromData functions wi… #7

Workflow file for this run

name: Publish PyQt6-Qlementine
on:
push:
tags:
- "pyqt6/v*"
jobs:
build:
uses: ./.github/workflows/build-package.yml
with:
package: PyQt6-Qlementine
qt_version: "6.8.1"
publish:
name: Publish to PyPI
needs: [build]
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v8
with:
pattern: "wheels-PyQt6-Qlementine*"
path: dist
merge-multiple: true
- name: 🚢 Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: "./dist/*"