Skip to content

Commit

Permalink
Setup Homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 3, 2024
1 parent ec5d269 commit 8b2214d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,19 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

release-homebrew:
runs-on: ubuntu-latest

steps:
- name: Publish to Homebrew
uses: m-dzianishchyts/homebrew-releaser@v1
with:
homebrew_owner: m-dzianishchyts
homebrew_tap: homebrew-jjava
formula_folder: Formula
version: ${{ github.ref_name }}
depends_on: 'jupyterlab'
target: jjava-${{ github.ref_name }}-kernelspec.zip
install: 'jupyter kernelspec install Dir.pwd --name=java --user'
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}

0 comments on commit 8b2214d

Please sign in to comment.