Skip to content

Commit

Permalink
Create python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozkamil authored Mar 11, 2024
1 parent 6d5d538 commit 1057ed7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- name: Zenodo upload
# You may pin to the exact commit or the version.
# uses: megasanjay/upload-to-zenodo@3009588ff21c16cdb095be30cf424252b917b826
uses: megasanjay/[email protected]
with:
# The GitHub token used to authenticated with GitHub.
github_token: # optional, default is ${{ github.token }}
# The Zenodo token used to authenticated with Zenodo.
zenodo_token:
# The Zenodo deposition ID.
zenodo_deposition_id:
# Whether to publish the deposition.
zenodo_publish: # optional, default is false
# Whether to upload to Zenodo sandbox or not.
zenodo_sandbox: # optional, default is false
# Username for commits
committer_name: # optional, default is
# Email address for commits
committer_email: # optional, default is
# Template for commit messages
commit_message: # optional, default is chore: update ${file_name} for Zenodo release
# Whether to update the metadata files
update_metadata_files: # optional, default is true
# The JSON file containing the codemeta metadata
codemeta_json: # optional, default is false
# The YAML file containing the citation metadata
citation_cff: # optional, default is false
# The JSON file containing the Zenodo metadata
zenodo_json: # optional, default is false
# The JSON file containing the compatibility documentation
docs_compatibility_json: # optional, default is false

0 comments on commit 1057ed7

Please sign in to comment.