We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f16fe5 commit 51f7694Copy full SHA for 51f7694
.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