Skip to content

Commit 35b1fd9

Browse files
committed
Build man page during the release action
The man page is needed in the source tarball as that's what `packit` uses during the `propose_downstream` action.
1 parent 20dadfe commit 35b1fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Build a binary wheel and a source tarball
3737
run: |
3838
python -m pip install hatch
39+
hatch run docs:man
3940
hatch build
4041
4142
# Publish it

0 commit comments

Comments
 (0)