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.
1 parent 754fbd3 commit 295bcebCopy full SHA for 295bceb
.github/workflows/publish.yml
@@ -26,3 +26,5 @@ jobs:
26
uses: pypa/[email protected]
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
29
+ - name: Deploy Documentation
30
+ run: make doc-deploy
0 commit comments