We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d5e7a commit 37f5c38Copy full SHA for 37f5c38
1 file changed
.github/workflows/publish.yaml
@@ -5,9 +5,8 @@ name: Release Package
5
# secrets.TESTPYPI_API_TOKEN (See: https://test.pypi.org/help/#apitoken)
6
7
on:
8
- # TODO: enable scheduled run
9
- # schedule:
10
- # - cron: 0 0 * * *
+ schedule:
+ - cron: '0 0 * * *'
11
workflow_dispatch:
12
13
jobs:
0 commit comments