mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-22 06:19:35 -05:00
fix: broken logics for upload
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/create-releases.yml
vendored
2
.github/workflows/create-releases.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
name: Create binary/wheels distribution
|
||||
uses: bentoml/OpenLLM/.github/workflows/binary-releases.yml@main
|
||||
publish-python:
|
||||
if: github.repository_owner == 'bentoml' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
|
||||
if: github.repository_owner == 'bentoml' && github.event_name == 'push'
|
||||
needs:
|
||||
- binary-distribution
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user