Skip to content

Commit

Permalink
Merge pull request #33 from optuna/enable-cron-in-pypi-publish
Browse files Browse the repository at this point in the history
Enable scheduled upload to testpypi
  • Loading branch information
y0z authored May 24, 2024
2 parents 77850c4 + b66492c commit 999d29a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Publish distributions to PyPI or TestPyPI
# TestPyPI upload is scheduled in each weekday.
# PyPI upload is only activated if the release is published.
on:
# Temoorarily disabled the scheduled TestPyPI upload.
# schedule:
# - cron: '0 15 * * *'
schedule:
- cron: '0 15 * * *'
release:
types:
- published
Expand Down

0 comments on commit 999d29a

Please sign in to comment.