Skip to content

Commit

Permalink
[fix] rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed May 17, 2024
1 parent 4940a6e commit 38298bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release wheel
name: Build wheel
on:
workflow_dispatch:
inputs:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Release wheel
name: Publish wheel
on:
workflow_dispatch:

# Build & Push scalellm docker image on creation of tags to https://hub.docker.com/r/vectorchai/scalellm
# Push events to matching v*, i.e. v1.0.0, v1.0.0-rc1, v20.15.10-rc5, etc.
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
env:
# Tells where to store caches.
CI_CACHE_DIR: ${{ github.workspace }}/../../ci_cache
Expand Down Expand Up @@ -56,7 +62,7 @@ jobs:
name: wheel-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}-python${{ matrix.python }}
path: python/dist/*

publish_whl:
publish_wheel:
needs: build_wheel
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 38298bc

Please sign in to comment.