Skip to content

Commit

Permalink
Merge pull request #2 from Innoptech/build-wheels-for-multiple-os
Browse files Browse the repository at this point in the history
Build wheels for multiple os
  • Loading branch information
jeanchristopheruel authored May 28, 2024
2 parents 58687c2 + 5ae1538 commit 4b2fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git push
build_wheels:
if: "startsWith(github.event.head_commit.message, 'bump:')"
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && startsWith(github.event.head_commit.message, 'bump:')"
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 4b2fb5f

Please sign in to comment.