Skip to content

Commit 4e08143

Browse files
authored
Attach workspace when publishing Python package (#656)
1 parent e88df0f commit 4e08143

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
resource_class: small
2020
steps:
2121
- checkout
22+
- attach_workspace:
23+
at: web/client
2224
- run:
2325
name: Publish Python package
2426
command: make publish

0 commit comments

Comments
 (0)