From b66492c9930640adf7a67675fb7bc4446bfe8017 Mon Sep 17 00:00:00 2001 From: mamu Date: Fri, 24 May 2024 14:59:45 +0900 Subject: [PATCH] Enable scheduled uploat to testpypi --- .github/workflows/pypi-publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 804e0c7..d8ec0b1 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -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