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