8000 CI Fix build nightly wheels upload (#29295) · scikit-learn/scikit-learn@e5f7263 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5f7263

Browse files
authored
CI Fix build nightly wheels upload (#29295)
1 parent 3c9930b commit e5f7263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ jobs:
258258
# Secret variables need to be mapped to environment variables explicitly
259259
SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN }}
260260
SCIKIT_LEARN_STAGING_UPLOAD_TOKEN: ${{ secrets.SCIKIT_LEARN_STAGING_UPLOAD_TOKEN }}
261-
ARTIFACTS_PATH: dist/artifact
261+
ARTIFACTS_PATH: dist
262262
# Force a replacement if the remote file already exists
263263
run: bash build_tools/github/upload_anaconda.sh

0 commit comments

Comments
 (0)
0