Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db37801

Browse files
committed
sdist -> dist fix
1 parent 566dc74 commit db37801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ jobs:
139139
find .
140140
python -m pip install --upgrade pip
141141
pip install twine
142-
echo tinyobjDeployLinux/python/sdist/*
142+
echo tinyobjDeployLinux/python/dist/*
143143
echo tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
144-
twine upload -u "__token__" --skip-existing tinyobjDeployLinux/python/sdist/* tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
144+
twine upload -u "__token__" --skip-existing tinyobjDeployLinux/python/dist/* tinyobjDeployLinux/python/wheelhouse/* tinyobjDeployMacOS/python/wheelhouse/* tinyobjDeployWindows/python/wheelhouse/*
145145
env:
146146
TWINE_PASSWORD: $(pypiToken2)
147147

0 commit comments

Comments
 (0)