File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ python -m weasel run [subcommand] [project_dir] [--force] [--dry]
8080
8181## :arrow_up : push
8282
83- > :warning : ** Important note on Python 3.12**
84- >
85- > As of ` cloudpathlib ` v0.15.1, Python 3.12 is not yet supported. For remote
86- > storage, please use Python 3.11 or earlier.
87-
8883Upload all available files or directories listed as in the ` outputs ` section of
8984commands to a remote storage. Outputs are archived and compressed prior to
9085upload, and addressed in the remote storage using the output's relative path
@@ -127,11 +122,6 @@ python -m weasel push [remote] [project_dir]
127122
128123# # :arrow_down: pull
129124
130- > :warning: ** Important note on Python 3.12**
131- >
132- > As of ` cloudpathlib` v0.15.1, Python 3.12 is not yet supported. For remote
133- > storage, please use Python 3.11 or earlier.
134-
135125Download all files or directories listed as ` outputs` for commands, unless they
136126are already present locally. When searching for files in the remote, ` pull`
137127won' t just look at the output path, but will also consider the **command
Original file line number Diff line number Diff line change 11# Remote Storage
22
3- > :warning : ** Important note on Python 3.12**
4- >
5- > As of v0.15.1, ` cloudpathlib ` does not support Python 3.12. For remote
6- > storage, please use Python 3.11 or earlier.
7-
83You can persist your project outputs to a remote storage using the
94[ ` push ` ] ( ../cli.md#arrow_up-push ) command. This can help you ** export** your
105pipeline packages, ** share** work with your team, or ** cache results** to avoid
You can’t perform that action at this time.
0 commit comments