We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release
1 parent 20dadfe commit 35b1fd9Copy full SHA for 35b1fd9
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Build a binary wheel and a source tarball
37
run: |
38
python -m pip install hatch
39
+ hatch run docs:man
40
hatch build
41
42
# Publish it
0 commit comments