Skip to content

Commit 1b57ab8

Browse files
committed
build a dist
1 parent a15022b commit 1b57ab8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,12 @@ install:
6161

6262
build_script:
6363
- "%PYTHON_DIR%\\python -m ci build"
64-
- ps: >-
65-
Copy-Item dist\*.whl .
6664

6765
test_script:
6866
- "%PYTHON_DIR%\\python -m ci test"
6967

7068
deploy:
71-
artifact: '**\*.whl'
69+
artifact: 'dist\**\*.whl'
7270
type: File
7371
# TODO update `auth_token.secure`
7472
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new

scikit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_build:
2929

3030
build:
3131
commands:
32-
- $<RUN_ENV> $<PYTHON> setup.py build_ext --plat-name=$<WHEELPLATFORM>
32+
- $<RUN_ENV> $<PYTHON> setup.py bdist_wheel --plat-name=$<WHEELPLATFORM>
3333

3434
test:
3535
appveyor:

0 commit comments

Comments
 (0)