Build python package manually #13
This file contains 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
# 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 |