diff --git a/.github/workflows/github_cd.yaml b/.github/workflows/github_cd.yaml index b4fbaa9..0de73da 100644 --- a/.github/workflows/github_cd.yaml +++ b/.github/workflows/github_cd.yaml @@ -35,7 +35,7 @@ jobs: permissions: id-token: write environment: - name: pypi + name: release url: https://pypi.org/p/chatbot_nam685/ steps: - name: Retrieve release distributions @@ -44,4 +44,4 @@ jobs: name: release-dists path: dist/ - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@6f7e8d9c0b1a2c3d4e5f6a7b8c9d0e1f2a3b4c5d + uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/src/chatbot/__about__.py b/src/chatbot/__about__.py index 9c7a443..2832876 100644 --- a/src/chatbot/__about__.py +++ b/src/chatbot/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Nam Le # # SPDX-License-Identifier: MIT -__version__ = "0.0.3" +__version__ = "0.0.4"