diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:55:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:55:45 -0400 |
| commit | eb4e7b226c5434f551e7b192d0584f0633759339 (patch) | |
| tree | 762f4d7490832c4635147c2e4046a39b43257f57 | |
| parent | b500e8f2d263e66f9c77a1c12b4fc0c4d5bb4c14 (diff) | |
| download | python-coveragepy-eb4e7b226c5434f551e7b192d0584f0633759339.tar.gz | |
Name the dist artifacts with dist\*
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index aaa3973..dd2961c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,7 +110,7 @@ install: build_script: - if NOT "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% %PYTHON%\python setup.py bdist_wheel bdist_wininst - - ps: Get-ChildItem dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + - ps: Get-ChildItem dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName dist\$_.Name } test_script: - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox" |
