Skip to content

Commit 167a749

Browse files
committed
delete github action: publish-homebrew
Signed-off-by: Shohei KAMON <cameong@stir.network>
1 parent 63eb4d2 commit 167a749

3 files changed

Lines changed: 1 addition & 78 deletions

File tree

.github/workflows/publish-homebrew.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
dist/*.tar.gz
6969
dist/*.tar.gz.sha256
7070
generate_release_notes: true
71-
create_release: false
71+
create_release: true
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/devops/release_workflow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ This document outlines the release process for the **fireblocks-cli** project, c
1414
When a tag (e.g., `v0.1.8`) is pushed, the following actions are triggered:
1515

1616
1. **PyPI release**: The Python package is built and uploaded to **PyPI** (source tar.gz and wheel).
17-
2. **Homebrew release**: Binary files for **Intel** and **ARM** Macs are built using **PyInstaller** and uploaded to **GitHub Releases**.
1817

1918
## Workflow Steps
2019

2120
1. **Trigger**: A tag is pushed (e.g., `v0.1.8`) to GitHub.
2221
2. **GitHub Actions**:
2322
- **publish-pypi.yml**: This workflow builds the Python package and uploads it to PyPI.
24-
- **publish-homebrew.yml**: This workflow builds binaries (Intel/ARM) using `pyinstaller` and uploads them to GitHub Releases.
2523

2624

2725
# Additional Notes

0 commit comments

Comments
 (0)