We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df83ac commit b88965eCopy full SHA for b88965e
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ on:
9
- 'client/python_client/**'
10
- 'setup.py'
11
- 'client/python_client/setup.py'
12
+ - '.github/workflows/publish.yml'
13
+ - 'CHANGELOG.md'
14
15
jobs:
16
build-and-publish:
@@ -46,6 +48,7 @@ jobs:
46
48
packages_dir: ${{ matrix.path }}/dist/
47
49
user: __token__
50
password: ${{ secrets.PYPI_API_TOKEN }}
51
+ skip_existing: true
52
53
- name: Create Release
54
uses: actions/create-release@v1
client/python_client/setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="locallab-client",
8
- version="1.1.0",
+ version="1.0.0",
author="Utkarsh Tiwari",
author_email="utkarshweb2023@gmail.com",
description="Official Python client for LocalLab - A local LLM server",
0 commit comments