Skip to content

Commit fb9545e

Browse files
committed
fix: add a trailing slash in repository-url
1 parent f99f479 commit fb9545e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Publish to PyPI
3232
uses: pypa/gh-action-pypi-publish@v1.8.14
3333
with:
34-
repository-url: https://pypi.org/p/parse_llm_code
34+
repository-url: https://pypi.org/p/parse_llm_code/
3535
packages-dir: dist/
3636
password: ${{ secrets.PYPI_API_TOKEN }}
3737

setup.py

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

66
setuptools.setup(
77
name="parse_llm_code",
8-
version="0.1.19",
8+
version="0.1.20",
99
author="aboutmydreams",
1010
author_email="aboutmydreams@163.com",
1111
description="a lib to parse llm answer to code",

0 commit comments

Comments
 (0)