File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ jobs:
139
139
find .
140
140
python -m pip install --upgrade pip
141
141
pip install twine
142
- echo tinyobjDeployLinux/python/sdist /*
142
+ echo tinyobjDeployLinux/python/dist /*
143
143
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/*
145
145
env:
146
146
TWINE_PASSWORD: $(pypiToken2)
147
147
You can’t perform that action at this time.
0 commit comments