Skip to content

Merge pull request #5 from Julian/[email protected] #44

Merge pull request #5 from Julian/[email protected]

Merge pull request #5 from Julian/[email protected] #44

Workflow file for this run

name: Bottle
on:
push:
release:
types: [published]
jobs:
build:
runs-on: macos-latest
steps:
- name: Build bottles
run: brew install --build-bottle julian/tap/python36
- name: Extract bottles
run: brew bottle julian/tap/python36
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: Bottles
path: .