We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88df0f commit 4e08143Copy full SHA for 4e08143
1 file changed
.circleci/config.yml
@@ -19,6 +19,8 @@ jobs:
19
resource_class: small
20
steps:
21
- checkout
22
+ - attach_workspace:
23
+ at: web/client
24
- run:
25
name: Publish Python package
26
command: make publish
0 commit comments