Skip to content

Commit 8e5def6

Browse files
author
Scott Wales
committed
Change workspace path
1 parent 990f525 commit 8e5def6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- store_test_results:
2424
path: /tmp/artifacts/pytest
2525
- persist_to_workspace:
26-
root: /tmp/artifacts
26+
root: /opt/conda/conda-bld
2727
paths:
28-
- '*.tar.bz2'
28+
- '*/*.tar.bz2'
2929
black-check:
3030
docker:
3131
- image: continuumio/miniconda3
@@ -56,7 +56,7 @@ jobs:
5656

5757
- run: conda install anaconda-client
5858
- run: |
59-
anaconda --token "${ANACONDA_TOKEN}" upload --user "${ANACONDA_USER}" /tmp/artifacts/*.tar.bz2
59+
anaconda --token "${ANACONDA_TOKEN}" upload --user "${ANACONDA_USER}" /tmp/artifacts/*/*.tar.bz2
6060
6161
workflows:
6262
version: 2

0 commit comments

Comments
 (0)