Get codespell passing and add it as a CI job.
This commit is contained in:
parent
e33fecaef0
commit
7e6017f648
25 changed files with 113 additions and 85 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Zenodo archiving
|
||||
This folder contains some scripts put together by Kaspar Bumke, and re-used by Richard, to upload the contents of the repository, together with any CI build artefacts, to Zenodo. The result is a link, taking you to a pre-populated upload on Zenodo that you can manually correct and upload. In order to customise it for a new project, there are a few steps you need, outlined below.
|
||||
This folder contains some scripts put together by Kaspar Bumke, and reused by Richard, to upload the contents of the repository, together with any CI build artefacts, to Zenodo. The result is a link, taking you to a pre-populated upload on Zenodo that you can manually correct and upload. In order to customise it for a new project, there are a few steps you need, outlined below.
|
||||
|
||||
## Setting up archival
|
||||
* Copy this folder to `scripts/zenodo` in your repository.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from argparse import ArgumentParser, Namespace
|
|||
from zenodo import Zenodo
|
||||
import yaml
|
||||
|
||||
# you have to explicitely set ZENODO_USE_SANDBOX=false to not use the
|
||||
# You have to explicitly set ZENODO_USE_SANDBOX=false to not use the
|
||||
# sandbox, any other value or unset variable means this script will use
|
||||
# the sandbox zenodo site
|
||||
if "ZENODO_USE_SANDBOX" in os.environ:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue