Skip to content

Commit 7c78803

Browse files
committed
remove homebrew build from ci
1 parent ddb90da commit 7c78803

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff 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/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "slcli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
55
authors = ["Fred Visser <fred.visser@emerson.com>"]
66

0 commit comments

Comments
 (0)