Skip to content

Commit

Permalink
infra: bump to dev version of 0.4.28.dev0 [generated] [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Nov 24, 2023
1 parent d8a7837 commit 39ecc73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openllm-node/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions tools/run-release-action
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 39ecc73

Please sign in to comment.