Skip to content

Build python package manually #13

Build python package manually

Build python package manually #13

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
on:
workflow_dispatch
jobs:
build:
uses: qua-platform/qualibrate/.github/workflows/reusable-build.yaml@main