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 a15022b commit 1b57ab8Copy full SHA for 1b57ab8
appveyor.yml
@@ -61,14 +61,12 @@ install:
61
62
build_script:
63
- "%PYTHON_DIR%\\python -m ci build"
64
- - ps: >-
65
- Copy-Item dist\*.whl .
66
67
test_script:
68
- "%PYTHON_DIR%\\python -m ci test"
69
70
deploy:
71
- artifact: '**\*.whl'
+ artifact: 'dist\**\*.whl'
72
type: File
73
# TODO update `auth_token.secure`
74
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
scikit-ci.yml
@@ -29,7 +29,7 @@ before_build:
29
30
build:
31
commands:
32
- - $<RUN_ENV> $<PYTHON> setup.py build_ext --plat-name=$<WHEELPLATFORM>
+ - $<RUN_ENV> $<PYTHON> setup.py bdist_wheel --plat-name=$<WHEELPLATFORM>
33
34
test:
35
appveyor:
0 commit comments