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