This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-20
lines changed
Expand file tree Collapse file tree 4 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " agenticflow-cli"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " AgenticFlow CLI for agent-native API operations."
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments