mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-26 16:27:51 -05:00
infra: bump to dev version of 0.4.28.dev0 [generated] [skip ci]
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/create-releases.yml
vendored
10
.github/workflows/create-releases.yml
vendored
@@ -117,21 +117,11 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # ratchet:pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
print-hash: true
|
||||
publish-docker-images:
|
||||
if: github.repository_owner == 'bentoml'
|
||||
needs:
|
||||
- release
|
||||
- publish-python
|
||||
name: Publish new base Docker images on GHCR
|
||||
uses: bentoml/OpenLLM/.github/workflows/build.yml@main # ratchet:exclude
|
||||
with:
|
||||
tags: ${{ needs.release.outputs.version }}
|
||||
prepare-next-dev-cycle:
|
||||
needs:
|
||||
- release
|
||||
- publish-python
|
||||
- binary-distribution
|
||||
- publish-docker-images
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bentoml/openllm-node",
|
||||
"version": "0.4.27",
|
||||
"version": "0.4.28.dev0",
|
||||
"description": "NodeJS library for OpenLLM",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bentoml/openllm-monorepo",
|
||||
"version": "0.4.27",
|
||||
"version": "0.4.28.dev0",
|
||||
"description": "OpenLLM: Operating LLMs in production",
|
||||
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -100,3 +100,8 @@ while true; do
|
||||
fi
|
||||
sleep 10
|
||||
done
|
||||
|
||||
echo "Sleeping for 7 minutes to allow the release to propagate and PyPI to be published..."
|
||||
sleep 420
|
||||
echo "Building OpenLLM container for ${RELEASE_TAG}..."
|
||||
gh workflow run build.yml -R bentoml/openllm -r "${RELEASE_TAG}"
|
||||
|
||||
Reference in New Issue
Block a user