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 7d8cd61 commit 66d86a4Copy full SHA for 66d86a4
.github/workflows/publish.yml
@@ -28,8 +28,5 @@ jobs:
28
env:
29
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
30
31
- - name: Build documentation
32
- run: uvx --with mkdocs-material mkdocs build
33
-
34
- - name: Publish documentation
35
- run: uvx --with mkdocs-material mkdocs gh-deploy --force
+ - name: Release
+ uses: softprops/action-gh-release@v2
0 commit comments