diff --git a/.github/workflows/build-pip-wheels.yml b/.github/workflows/build-pip-wheels.yml
index 821a6cff0fa8bb2966f253b4ab0ad1dcc8e66ec3..2b581d153eecc15e9ac322b16a3f7b80331bfec3 100644
--- a/.github/workflows/build-pip-wheels.yml
+++ b/.github/workflows/build-pip-wheels.yml
@@ -7,13 +7,12 @@ on:
     tags:
       - v*
   schedule:
-    - cron: '0 2 * * 0' # run at 2 AM every sunday
+    - cron: '0 3 * * 0'
 
 jobs:
   get_timestamp:
     name: Prep pyproject.toml
     runs-on: ubuntu-latest
-
     steps:
       - name: Get Arbor
         uses: actions/checkout@v4