diff --git a/.github/workflows/build-wheel.yaml b/.github/workflows/build-wheel.yaml index 2a936f0c8..0d6bbb46c 100644 --- a/.github/workflows/build-wheel.yaml +++ b/.github/workflows/build-wheel.yaml @@ -3,7 +3,7 @@ name: Build and upload to PyPI on: schedule: # trigger build every day at 4:30 UTC - - cron: '12 8 * * *' + - cron: '30 4 * * *' push: tags: - '*' @@ -117,7 +117,7 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest # upload to PyPI on every tag starting with 'v' - # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/download-artifact@v3 with: