1 parent 65393af commit 9f755f0Copy full SHA for 9f755f0
1 file changed
.github/workflows/wheels.yml
@@ -2,8 +2,8 @@ name: Publish sdist and wheels
2
3
on:
4
schedule:
5
- # 01:01 UTC every Monday and Thursday.
6
- - cron: "1 1 * * 1,4"
+ # 01:01 UTC every day
+ - cron: "1 1 * * *"
7
pull_request:
8
branches:
9
- main
0 commit comments