Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d27ec07

Browse filesBrowse files
lestevejeremiedbb
authored andcommitted
MAINT upload wheels to scientific-python-nightly-wheels on workflow_dispatch (scikit-learn#29298)
1 parent c983131 commit d27ec07
Copy full SHA for d27ec07

File tree

2 files changed

+6
-2
lines changed
Filter options

2 files changed

+6
-2
lines changed

‎build_tools/github/upload_anaconda.sh

Copy file name to clipboardExpand all lines: build_tools/github/upload_anaconda.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -e
44
set -x
55

66
# Note: build_wheels.sh has the same branch (only for NumPy 2.0 transition)
7-
if [[ "$GITHUB_EVENT_NAME" == "schedule" || "$CIRRUS_CRON" == "nightly" ]]; then
7+
if [[ "$GITHUB_EVENT_NAME" == "schedule" \
8+
|| "$GITHUB_EVENT_NAME" == "workflow_dispatch" \
9+
|| "$CIRRUS_CRON" == "nightly" ]]; then
810
ANACONDA_ORG="scientific-python-nightly-wheels"
911
ANACONDA_TOKEN="$SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN"
1012
else

‎build_tools/wheels/build_wheels.sh

Copy file name to clipboardExpand all lines: build_tools/wheels/build_wheels.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ if [[ $(uname) == "Darwin" ]]; then
5050
fi
5151

5252

53-
if [[ "$GITHUB_EVENT_NAME" == "schedule" || "$CIRRUS_CRON" == "nightly" ]]; then
53+
if [[ "$GITHUB_EVENT_NAME" == "schedule" \
54+
|| "$GITHUB_EVENT_NAME" == "workflow_dispatch" \
55+
|| "$CIRRUS_CRON" == "nightly" ]]; then
5456
# Nightly build: See also `../github/upload_anaconda.sh` (same branching).
5557
# To help with NumPy 2.0 transition, ensure that we use the NumPy 2.0
5658
# nightlies. This lives on the edge and opts-in to all pre-releases.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.