[ci][nfc] Clarify name of uploadWheels job

Remove possibly confusing language on the conditions for why a wheel was
uploaded.  This can happen for several reasons. However, this is too much
to enumerate in the job name since this can now be triggered by request
from a 'workflow_dispatch' event.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge 2024-03-02 20:54:39 -05:00
parent 0fb7636ed5
commit 2b68d16b04
No known key found for this signature in database
GPG Key ID: 50C5E9936AAD536D
1 changed files with 1 additions and 1 deletions

View File

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