Skip to content

Commit b88965e

Browse files
committed
Updated Github Action workflow
1 parent 8df83ac commit b88965e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- 'client/python_client/**'
1010
- 'setup.py'
1111
- 'client/python_client/setup.py'
12+
- '.github/workflows/publish.yml'
13+
- 'CHANGELOG.md'
1214

1315
jobs:
1416
build-and-publish:
@@ -46,6 +48,7 @@ jobs:
4648
packages_dir: ${{ matrix.path }}/dist/
4749
user: __token__
4850
password: ${{ secrets.PYPI_API_TOKEN }}
51+
skip_existing: true
4952

5053
- name: Create Release
5154
uses: actions/create-release@v1

client/python_client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="locallab-client",
8-
version="1.1.0",
8+
version="1.0.0",
99
author="Utkarsh Tiwari",
1010
author_email="utkarshweb2023@gmail.com",
1111
description="Official Python client for LocalLab - A local LLM server",

0 commit comments

Comments
 (0)