Skip to content

Commit

Permalink
feat: build man pages on release
Browse files Browse the repository at this point in the history
Resolves #1234
  • Loading branch information
vergenzt committed Mar 25, 2024
1 parent 600aefa commit 2ad3ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install --upgrade -r docs/requirements.txt
- run: make -C docs man
- run: pip install --upgrade build
- run: python -m build --sdist --wheel
- name: Publish to TestPyPI
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include *.rst
include COPYING
recursive-include docs *.py
recursive-include docs *.1
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
Expand Down

0 comments on commit 2ad3ba9

Please sign in to comment.