Skip to content

ci: publish core and CLI to PyPI in separate steps (#153) #2

ci: publish core and CLI to PyPI in separate steps (#153)

ci: publish core and CLI to PyPI in separate steps (#153) #2

Workflow file for this run

name: Notify Homebrew tap
on:
push:
tags:
- "create-awesome-python-app@*"
workflow_dispatch:
inputs:
version:
description: "Package version"
required: true
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Dispatch to homebrew-tap
run: |
echo "Send repository_dispatch to Create-Python-App/homebrew-tap when it exists"
echo "Secret: HOMEBREW_TAP_TOKEN"