Skip to content

Build python package manually (with built frontend) #15

Build python package manually (with built frontend)

Build python package manually (with built frontend) #15

Workflow file for this run

# This workflow is used for manual (can be triggered via GitHub web interface)
# build of package archives for distribution. The build workflow
# (.github/workflows/reusable-build.yaml) is triggered for creation wheel and
# sdist package archives.
name: Build python package manually (with built frontend)
on:
workflow_dispatch
jobs:
build:
uses: qua-platform/qualibrate-app/.github/workflows/reusable-build.yaml@main