Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bump-homebrew-formula configuration #3812

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# cspell:ignore mislav
name: release

"on":
Expand Down Expand Up @@ -54,29 +53,3 @@ jobs:
if: >- # "create" workflows run separately from "push" & "pull_request"
github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1

homebrew:
name: Bump homebrew formula
environment: release
runs-on: ubuntu-22.04
needs: pypi

env:
FORCE_COLOR: 1
PY_COLORS: 1
TOXENV: pkg

steps:
- name: Check out src from Git
uses: actions/checkout@v4
ssbarnea marked this conversation as resolved.
Show resolved Hide resolved
with:
fetch-depth: 0 # needed by setuptools-scm
submodules: true

- name: Bump homebrew formula
uses: mislav/[email protected]
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: ansible-lint
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}