aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2020-05-28 17:30:33 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2020-05-28 17:30:33 +0900
commitdb37801c98dbcf7ca2d719fbfa8fae9bc7b32b0a (patch)
tree0cbd21582197c13f2ee6345b0fa69a7a490e3150
parent566dc740682de9867ac2c42095733617478f0cb9 (diff)
downloadtinyobjloader-db37801c98dbcf7ca2d719fbfa8fae9bc7b32b0a.tar.gz
sdist -> dist fix
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 69f3b8e..9463f4c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -139,9 +139,9 @@ jobs:
find .
python -m pip install --upgrade pip
pip install twine
- echo tinyobjDeployLinux/python/sdist/*
+ echo tinyobjDeployLinux/python/dist/*
echo tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
- twine upload -u "__token__" --skip-existing tinyobjDeployLinux/python/sdist/* tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
+ twine upload -u "__token__" --skip-existing tinyobjDeployLinux/python/dist/* tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
env:
TWINE_PASSWORD: $(pypiToken2)