aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2020-05-28 17:05:31 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2020-05-28 17:05:31 +0900
commit566dc740682de9867ac2c42095733617478f0cb9 (patch)
tree61d09caa30396f1dd4fa5dd4d8dc6f855a28e7bb
parent04f5410494c9041d5a4b492526b3167fca9d453e (diff)
downloadtinyobjloader-566dc740682de9867ac2c42095733617478f0cb9.tar.gz
Fix dist dir
-rw-r--r--azure-pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2856366..69f3b8e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -41,6 +41,7 @@ jobs:
# Source dist
python3 setup.py sdist
+ ls -la dist/*
# build binary wheels
cibuildwheel --output-dir wheelhouse .
@@ -52,7 +53,7 @@ jobs:
- task: CopyFiles@2
inputs:
- contents: 'python/sdist/**'
+ contents: 'python/dist/**'
targetFolder: $(Build.ArtifactStagingDirectory)
- task: PublishBuildArtifacts@1