Skip to content

Commit

Permalink
updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marius committed Nov 29, 2024
1 parent 19b158a commit 088af1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
tags:
- "*"

workflow_run:
workflows:
- Pre-commit and Tests
types:
- completed

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand All @@ -20,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.22.0
with:
config-file: "{package}/pyproject.toml"

Expand Down

0 comments on commit 088af1d

Please sign in to comment.