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 4, 2024
1 parent 2f3bbf6 commit b96b17c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
verbose: ${{ runner.debug }}

release-homebrew:
runs-on: ubuntu-latest
Expand All @@ -40,5 +40,9 @@ jobs:
version: ${{ github.ref_name }}
depends_on: 'jupyterlab'
target: jjava-${{ github.ref_name }}-kernelspec.zip
install: 'jupyter kernelspec install Dir.pwd --name=java --user'
install: 'system "jupyter kernelspec install #{Dir.pwd} --name=java --user"'
update_readme_table: true
commit_owner: homebrew-releaser
commit_email: [email protected]
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
debug: ${{ runner.debug }}

0 comments on commit b96b17c

Please sign in to comment.