Skip to content

Commit

Permalink
generate citiation formats
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 14, 2024
1 parent 6084a3a commit 9787069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ jobs:
toml.dump(config, f)
"
cat pyproject.toml
- name: Generate citation formats
run: |
python -m pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert
python src/PyPop/citation.py
- name: Build and test wheels
uses: pypa/cibuildwheel@v2.21.3
env:
Expand Down

0 comments on commit 9787069

Please sign in to comment.