[NFC] Rename Python wheel job name from Nightly to Weekly.

We have changed the job to run weekly to avoid running out of space in
PyPI. This just updates the job name to reflect that.
This commit is contained in:
Mike Urbach 2024-01-25 13:09:56 -07:00
parent 76cda20533
commit 8801f42463
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
if-no-files-found: error
push_wheels:
name: Push wheels (Tag or Nightly)
name: Push wheels (Tag or Weekly)
runs-on: ubuntu-20.04
if: github.repository == 'llvm/circt' && (github.ref_type == 'tag' || github.event_name == 'schedule')
needs: build_wheels