mirror of https://github.com/YosysHQ/yosys.git
Run wheels each Sunday at 10AM
This commit is contained in:
parent
9f25f972dc
commit
c79379db02
|
|
@ -1,6 +1,10 @@
|
|||
name: Build Wheels for PyPI
|
||||
|
||||
# run every Sunday at 10 AM
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 10 * * 0'
|
||||
|
||||
jobs:
|
||||
build_wheels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue