Skip to content

Commit 5896104

Browse files
fixed brew formula generation
1 parent fd1f34c commit 5896104

File tree

4 files changed

+10
-69
lines changed

4 files changed

+10
-69
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Get the version
4444
id: get_version
4545
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
46-
- name: Publish Brew formula
47-
env:
48-
PUBLISHED_VERSION: ${{ steps.get_version.outputs.VERSION }}
49-
run: bash publish-brew-formula.sh # installs the latest published version and generates formula
46+
- name: Trigger brew formula generation
47+
uses: peter-evans/repository-dispatch@v1
48+
with:
49+
token: ${{ secrets.BREW_GH_TOKEN }}
50+
event-type: socli-released

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SoCLI Changelog
22
================
33

4+
Release 6.8
5+
---------------------------
6+
* Moved brew formula generation to formula repo
7+
48
Release 6.7
59
---------------------------
610
* No change, just dummy build to retry brew publish

publish-brew-formula.sh

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

socli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '6.7'
1+
__version__ = '6.8'

0 commit comments

Comments
 (0)