From d995fcd296dfdec60682602ad781ec4316cf3c68 Mon Sep 17 00:00:00 2001 From: Nam Le Date: Wed, 11 Jun 2025 16:20:17 +0200 Subject: [PATCH] Fix workflow to use correct environment for PyPI publishing --- .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 2a37558..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 diff --git a/src/chatbot/__about__.py b/src/chatbot/__about__.py index 2832876..cbf8518 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.4" +__version__ = "0.0.5"