Skip to content

Commit

Permalink
Create bottle-and-release.yml
Browse files Browse the repository at this point in the history
Add GitHub action to bottle whatwhat
  • Loading branch information
triangle-man authored Jun 13, 2023
1 parent 8f1010e commit a105962
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bottle-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Bottle and Release

on:
push:
tags:
- "v*.*.*"

jobs:
bottle:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
- run: brew install --build-bottle --verbose whatwhat
- run: brew bottle whatwhat

0 comments on commit a105962

Please sign in to comment.