diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 55b33acdb..695c58607 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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: