We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad070c3 + 001e727 commit 2e77cc2Copy full SHA for 2e77cc2
.github/workflows/pypi-publish.yml
@@ -3,8 +3,8 @@ name: Publish distributions to PyPI or TestPyPI
3
# TestPyPI upload is scheduled in each weekday.
4
# PyPI upload is only activated if the release is published.
5
on:
6
- # schedule:
7
- # - cron: '0 15 * * SUN-THU'
+ schedule:
+ - cron: '0 15 * * SUN-THU'
8
release:
9
types:
10
- published
0 commit comments