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

Commit aea2ba6

Browse files
committed
release: fix npm workflow startup and bump v0.2.1
1 parent 34064c6 commit aea2ba6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release-node.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818
jobs:
1919
publish:
2020
runs-on: ubuntu-latest
21-
environment: npm
2221
steps:
2322
- name: Checkout
2423
uses: actions/checkout@v4

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.0",
3+
"version": "0.2.1",
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.0"
7+
version = "0.2.1"
88
description = "AgenticFlow CLI for agent-native API operations."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)