Skip to content
Snippets Groups Projects
Unverified Commit 0de054cf authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge branch 'main' into multiple_functions_in_openai_dynamic_routes

parents a4c94afa 705e6043
No related branches found
No related tags found
No related merge requests found
...@@ -40,18 +40,3 @@ jobs: ...@@ -40,18 +40,3 @@ jobs:
poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN" poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
env: env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
release:
needs: publish
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
[tool.poetry] [tool.poetry]
name = "semantic-router" name = "semantic-router"
version = "0.0.38" version = "0.0.39"
description = "Super fast semantic router for AI decision making" description = "Super fast semantic router for AI decision making"
authors = [ authors = [
"James Briggs <james@aurelio.ai>", "James Briggs <james@aurelio.ai>",
......
...@@ -4,4 +4,4 @@ from semantic_router.route import Route ...@@ -4,4 +4,4 @@ from semantic_router.route import Route
__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"] __all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
__version__ = "0.0.38" __version__ = "0.0.39"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment