Skip to content

Commit 3f6174d

Browse files
committed
feat: add main keycardai package to release workflow and configure for production PyPI
1 parent 1306e4e commit 3f6174d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release Packages
33
on:
44
push:
55
tags:
6+
- '*-keycardai'
67
- '*-keycardai-oauth'
78
- '*-keycardai-mcp'
89
- '*-keycardai-mcp-fastmcp'
@@ -82,4 +83,4 @@ jobs:
8283
8384
- name: Publish to PyPI
8485
run: |
85-
uv publish --index testpypi
86+
uv publish

0 commit comments

Comments
 (0)