From a05be921a7e58dae7d04634ff735ba7ed6494a1f Mon Sep 17 00:00:00 2001 From: Nam Le Date: Wed, 11 Jun 2025 16:01:37 +0200 Subject: [PATCH] Fix deployment configuration to use correct tag of PyPI publish GitHub Action --- .github/workflows/github_cd.yaml | 2 +- src/chatbot/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_cd.yaml b/.github/workflows/github_cd.yaml index b4fbaa9..2a37558 100644 --- a/.github/workflows/github_cd.yaml +++ b/.github/workflows/github_cd.yaml @@ -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"