Skip to content

Commit 66d86a4

Browse files
committed
Added GitHub action to publish workflow to automatically create a release.
1 parent 7d8cd61 commit 66d86a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ jobs:
2828
env:
2929
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
3030

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
31+
- name: Release
32+
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)