Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov authored Jun 18, 2024
1 parent a012937 commit c66e47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Run MkDocs
run: mkdocs build --strict
- name: Build
run: python3 -m build --sdist --wheel .
run: |
python3 -m build --sdist --wheel .
twine check --strict dist/*
- name: Validate CITATION.cff
uses: citation-file-format/[email protected]
with:
Expand Down

0 comments on commit c66e47e

Please sign in to comment.