Skip to content

Commit

Permalink
Trigger wheel build when pyproject.toml changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 5, 2024
1 parent 3b9bc58 commit da150aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
paths:
- .github/workflows/wheels.yml
- requirements.txt
- pyproject.toml
- MANIFEST.in
- Makefile
- setup*
Expand All @@ -24,6 +25,7 @@ on:
paths:
- .github/workflows/wheels.yml
- requirements.txt
- pyproject.toml
- MANIFEST.in
- Makefile
- setup*
Expand Down

0 comments on commit da150aa

Please sign in to comment.