Skip to content

Commit 977c88d

Browse files
make a single artifact tarball
1 parent dcd0725 commit 977c88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
conda activate env
286286
cd packages/python/plotly
287287
python setup.py sdist bdist_wheel
288-
mv dist ../../../output
288+
cp -R dist ../../../output/dist
289289
290290
- run:
291291
name: Conda Build

0 commit comments

Comments
 (0)