Skip to content

Commit

Permalink
fix CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Sep 19, 2023
1 parent 62fbfe3 commit f757814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update_citation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: refs/heads/master
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests PyYAML
- name: Update CITATION.cff
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 1.2.0
authors:
- family-names: Prahl
given-names: Scott
orcid: https://orcid.org/0000-0003-1468-6851
cff-version: 1.2.0
date-released: '2023-09-16'
doi: 10.5281/zenodo.8352116
message: If you use this software, please cite it as below.
title: 'pypolar: a python module for polarization using Jones or Mueller calculus
title: 'pypolar: a python module for polarization using Jones or Mueller calculus'
url: https://zenodo.org/badge/latestdoi/107437651
version: 2.0.3
version: 0.9.2

0 comments on commit f757814

Please sign in to comment.