We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9930b commit e5f7263Copy full SHA for e5f7263
.github/workflows/wheels.yml
@@ -258,6 +258,6 @@ jobs:
258
# Secret variables need to be mapped to environment variables explicitly
259
SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN }}
260
SCIKIT_LEARN_STAGING_UPLOAD_TOKEN: ${{ secrets.SCIKIT_LEARN_STAGING_UPLOAD_TOKEN }}
261
- ARTIFACTS_PATH: dist/artifact
+ ARTIFACTS_PATH: dist
262
# Force a replacement if the remote file already exists
263
run: bash build_tools/github/upload_anaconda.sh
0 commit comments