We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b1d2a commit ff4a2b2Copy full SHA for ff4a2b2
.circleci/config.yml
@@ -307,12 +307,14 @@ jobs:
307
- run:
308
name: Test with tox
309
command: |
310
+ cd plotly-package
311
locale
312
tox -e py37-core -- -a '!nodev'
313
no_output_timeout: 20m
314
315
name: Commit
316
317
318
sudo mkdir /dist
319
git config --global user.email "[email protected]"
320
git config --global user.name "Your Name"
@@ -335,7 +337,7 @@ jobs:
335
337
sudo cp ./plotlywidget* /dist
336
338
when: always
339
- store_artifacts:
- path: /dist
340
+ path: plotly-package/dist
341
342
workflows:
343
version: 2
0 commit comments