Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Jan 30, 2021
1 parent 3601d4f commit dc5446a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish sdist and wheels macos-manylinux

on:
release:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

types: [created]

env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
MACOSX_DEPLOYMENT_TARGET: '10.13'
Expand Down

0 comments on commit dc5446a

Please sign in to comment.