Skip to content

Commit 2832d87

Browse files
authored
Enable scheduled release
1 parent 2e6c9f8 commit 2832d87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Release Package
55
# secrets.TESTPYPI_API_TOKEN (See: https://test.pypi.org/help/#apitoken)
66

77
on:
8-
# schedule:
9-
# - cron: 0 0 * * *
8+
schedule:
9+
- cron: 0 0 * * *
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)