Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Apr 28, 2020
1 parent 3a74e67 commit e603d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ zen = pyzenodo3.Zenodo()
2. upload file to Zenodo (myApiToken is the cut-n-pasted Zenodo API text token)

```sh
./upload_zenodo.py myApiToken mymeta.ini myfile.zip
python upload_zenodo.py myApiToken mymeta.ini myfile.zip --use-sandbox
```

Note the `--use-sandbox` is to avoid making junk uploads while testing out.
Once you're sure things are working as intended, not using that flag uploads to "real" Zenodo permanently.


### Find Zenodo record by Github repo

Expand Down

0 comments on commit e603d99

Please sign in to comment.