Skip to content

Commit

Permalink
also build M1 on py-polars tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 22, 2021
1 parent 30d01ab commit 8392417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-py-universal2-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Create universal2 python release

on: [workflow_dispatch]
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'py-polars-v*' # Push events to matching py-polars-v*, i.e. py-polars-v1.0, py-polars-v20.15.10

jobs:
build:
Expand Down

0 comments on commit 8392417

Please sign in to comment.