You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec-0004/index.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ you to give feedback about upcoming changes. As with testing against nightlies o
33
33
your dependencies this gives your dependents a chance to report problems before they
34
34
find their way into a release.
35
35
36
-
37
36
## Implementation
38
37
39
38
This section outlines how to implement using and building nightly wheels. We assume your
@@ -87,7 +86,6 @@ workflow" add the following lines as an additional step:
87
86
88
87
Complete examples of how projects implement this in their CI setup are linked in the Notes section.
89
88
90
-
91
89
#### Process for Adding New Projects
92
90
93
91
After someone emails nightly-wheels@scientific-python.org requesting access to upload wheels
@@ -107,7 +105,6 @@ https://anaconda.org/scientific-python-nightly-wheels/settings/access. The token
107
105
only have the "Allow uploads to Standard Python repositories" scope and use the project
108
106
name as the token name.
109
107
110
-
111
108
## Core Project Endorsement
112
109
113
110
<!--
@@ -127,6 +124,6 @@ Include a bulleted list of annotated links, comments,
127
124
and other ancillary information as needed.
128
125
-->
129
126
130
-
* You can use [scikit-learn's GitHub Action wheels building workflow](https://github.com/scikit-learn/scikit-learn/blob/f034f57b1ad7bc5a7a5dd342543cea30c85e74ff/.github/workflows/wheels.yml)
131
-
as an example of how to build wheels and upload them to the nightly area.
132
-
* An example of [a GitHub Action workflow that creates a tracking issue for failed CI runs](https://github.com/scikit-learn/scikit-learn/blob/689efe2f25356aa674bd0090f44b0914aae4d3a3/.github/workflows/update_tracking_issue.yml)
127
+
- You can use [scikit-learn's GitHub Action wheels building workflow](https://github.com/scikit-learn/scikit-learn/blob/f034f57b1ad7bc5a7a5dd342543cea30c85e74ff/.github/workflows/wheels.yml)
128
+
as an example of how to build wheels and upload them to the nightly area.
129
+
- An example of [a GitHub Action workflow that creates a tracking issue for failed CI runs](https://github.com/scikit-learn/scikit-learn/blob/689efe2f25356aa674bd0090f44b0914aae4d3a3/.github/workflows/update_tracking_issue.yml)
0 commit comments