File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,11 @@ jobs:
3333 - name : Run tests
3434 run : poetry run pytest
3535
36- - name : Build Homebrew tarball and update formula
37- run : poetry run python scripts/build_homebrew .py
36+ - name : Build PyInstaller binary
37+ run : poetry run python scripts/build_pyinstaller .py
3838
39- - name : Upload Homebrew formula artifact
39+ - name : Upload PyInstaller binary artifact
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : homebrew-slcli-formula
43- path : dist/homebrew-slcli.rb
44-
45- - name : Upload Homebrew tarball artifact
46- uses : actions/upload-artifact@v4
47- with :
48- name : slcli-tarball
49- path : dist/slcli.tar.gz
42+ name : slcli-binary
43+ path : dist/slcli/
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " slcli"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
55authors = [" Fred Visser <fred.visser@emerson.com>" ]
66
You can’t perform that action at this time.
0 commit comments