Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 4c47e64

Browse files
committed
release: remove blocked gh-release action and bump v0.2.2
1 parent aea2ba6 commit 4c47e64

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

.github/workflows/release-node.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ jobs:
7474
run: |
7575
npm pack
7676
77-
- name: Upload release artifacts
78-
uses: softprops/action-gh-release@v2
79-
with:
80-
tag_name: ${{ steps.meta.outputs.tag }}
81-
name: AgenticFlow CLI Node Wrapper v${{ steps.meta.outputs.version }}
82-
generate_release_notes: true
83-
files: |
84-
*.tgz
85-
8677
- name: Publish to npm (Trusted Publishing)
8778
run: |
8879
npm publish --access public

.github/workflows/release-python.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ jobs:
6868
run: |
6969
twine check dist/*
7070
71-
- name: Upload release artifacts
72-
uses: softprops/action-gh-release@v2
73-
with:
74-
tag_name: ${{ steps.meta.outputs.tag }}
75-
name: AgenticFlow CLI Python v${{ steps.meta.outputs.version }}
76-
generate_release_notes: true
77-
files: |
78-
dist/*
79-
8071
- name: Publish to PyPI
8172
if: ${{ secrets.PYPI_API_TOKEN != '' }}
8273
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixelml/agenticflow-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Node wrapper for the AgenticFlow Python CLI.",
55
"license": "Apache-2.0",
66
"repository": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agenticflow-cli"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "AgenticFlow CLI for agent-native API operations."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)