Skip to content

Commit 2e77cc2

Browse files
authored
Merge pull request #9 from HideakiImamura/enable-cron-pypi-publish
Enable cron run of pypi publish
2 parents ad070c3 + 001e727 commit 2e77cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish distributions to PyPI or TestPyPI
33
# TestPyPI upload is scheduled in each weekday.
44
# PyPI upload is only activated if the release is published.
55
on:
6-
# schedule:
7-
# - cron: '0 15 * * SUN-THU'
6+
schedule:
7+
- cron: '0 15 * * SUN-THU'
88
release:
99
types:
1010
- published

0 commit comments

Comments
 (0)