Skip to content

Commit

Permalink
fixed brew formula generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed May 8, 2021
1 parent fd1f34c commit 5896104
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 69 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Publish Brew formula
env:
PUBLISHED_VERSION: ${{ steps.get_version.outputs.VERSION }}
run: bash publish-brew-formula.sh # installs the latest published version and generates formula
- name: Trigger brew formula generation
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.BREW_GH_TOKEN }}
event-type: socli-released
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
SoCLI Changelog
================

Release 6.8
---------------------------
* Moved brew formula generation to formula repo

Release 6.7
---------------------------
* No change, just dummy build to retry brew publish
Expand Down
64 changes: 0 additions & 64 deletions publish-brew-formula.sh

This file was deleted.

2 changes: 1 addition & 1 deletion socli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.7'
__version__ = '6.8'

0 comments on commit 5896104

Please sign in to comment.