build-release is to create release wheel file for pypi #9
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
name: build-release | |
run-name: ${{ github.workflow }} is to create release wheel file for pypi | |
on: | |
push: | |
branches: | |
- 'release/[0-9]+.[0-9]+' | |
workflow_dispatch: | |
jobs: | |
BUILD-YOLOV5-RELEASE: | |
uses: ./.github/workflows/util.yml | |
with: | |
runs_on: ubuntu-22.04 | |
run_id: ${{ github.run_id }} | |
build_type: release | |
testmo_project_id: 9 | |
secrets: inherit |