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