Merge branch 'main' into sdk-chat-fix
This commit is contained in:
commit
b88bfac573
3 changed files with 1383 additions and 1640 deletions
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
|
|
@ -254,5 +254,5 @@ jobs:
|
|||
- name: Publish to PyPI
|
||||
run: |
|
||||
uv publish
|
||||
env:
|
||||
env:
|
||||
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "openrag"
|
||||
version = "0.1.55"
|
||||
version = "0.2.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue