Skip to content

Commit 9dbe8dd

Browse files
committed
merge: sync with latest changes
2 parents 0c3ec07 + 1204583 commit 9dbe8dd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/homebrew-update.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
fi
2828
echo "VERSION=$VERSION" >> $GITHUB_ENV
2929
echo "Building Homebrew formula for version: $VERSION"
30-
3130
- name: Wait and get PyPI package info with retry
3231
run: |
3332
# --- RESILIENT RETRY LOGIC FOR PYPI AVAILABILITY ---
@@ -103,7 +102,6 @@ jobs:
103102
104103
# Clean up the downloaded file
105104
rm -f "omnipkg-${{ env.VERSION }}.tar.gz"
106-
107105
- name: Checkout Homebrew tap
108106
uses: actions/checkout@v4
109107
with:
@@ -130,7 +128,6 @@ jobs:
130128
131129
echo "=== Updated main formula section ==="
132130
head -15 omnipkg.rb
133-
134131
- name: Update dependency versions and hashes
135132
run: |
136133
cd homebrew-tap
@@ -224,7 +221,6 @@ jobs:
224221
print(f"❌ Error writing formula: {e}")
225222
sys.exit(1)
226223
EOF
227-
228224
- name: Verify updated formula
229225
run: |
230226
cd homebrew-tap
@@ -248,7 +244,6 @@ jobs:
248244
fi
249245
250246
echo "✅ Basic validation passed"
251-
252247
- name: Commit and push changes
253248
run: |
254249
cd homebrew-tap
@@ -268,7 +263,6 @@ jobs:
268263
269264
# Create detailed commit message
270265
commit_msg="Update omnipkg to version ${{ env.VERSION }}
271-
272266
- Updated main package to v${{ env.VERSION }}
273267
- Updated SHA256 hash: ${{ env.SHA256 }}
274268
- Refreshed dependency versions from PyPI

0 commit comments

Comments
 (0)