diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index facf21d0..c4163a3a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,11 +17,11 @@ on: branches: - main - schedule: + # schedule: # Run every 90 minutes; will only do work if the last job succeeded. # This ensures that after rate limits are encountered, we attempt to publish again. # PyPI has a 60 minute rate limit for project creation. - - cron: "*/90 * * * *" + # - cron: "*/90 * * * *" jobs: publish-packages: