Skip to content

Commit

Permalink
Merge pull request #1235 from vergenzt/gh-1234-build-man-pages
Browse files Browse the repository at this point in the history
feat: build man pages on release
  • Loading branch information
jpmckinney authored Mar 27, 2024
2 parents 600aefa + 2ad3ba9 commit 847db64
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 847db64

Please sign in to comment.