Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/github_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/chatbot/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present Nam Le <lehainam2371999@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.3"
__version__ = "0.0.4"
Loading