Show More
@@ -1,16 +1,3 b'' | |||
|
1 | # Workflow to build and test wheels. | |
|
2 | # To work on the wheel building infrastructure on a fork, comment out: | |
|
3 | # | |
|
4 | # if: github.repository == 'numpy/numpy' | |
|
5 | # | |
|
6 | # in the get_commit_message job. Be sure to include [wheel build] in your commit | |
|
7 | # message to trigger the build. All files related to wheel building are located | |
|
8 | # at tools/wheels/ | |
|
9 | # Alternatively, you can add labels to the pull request in order to trigger wheel | |
|
10 | # builds. | |
|
11 | # The labels that trigger builds are: | |
|
12 | # 36 - Build(for changes to the building process, | |
|
13 | # 14 - Release(ensure wheels build before release) | |
|
14 | 1 |
|
|
15 | 2 | workflow_dispatch: |
|
16 | 3 | name: Nightly Wheel builder |
General Comments 0
You need to be logged in to leave comments.
Login now