Skip to content

Commit

Permalink
build on master release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Oct 27, 2024
1 parent afb8e00 commit def4534
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release
name: Build and publish wheels

on:
push:
branches:
- master
pull_request:
branches:
- master
tags:
- "v*.*.*" # Only run on version tags like v0.1.0



concurrency:
Expand Down Expand Up @@ -285,7 +285,8 @@ jobs:
- musllinux
- musllinux-cross
- pypy
if: ${{ github.ref == 'refs/heads/master' }}
# Only run if triggered by a tag push
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit def4534

Please sign in to comment.