Skip to content

Commit 863af56

Browse files
committed
Add publish workflow
1 parent 01511c4 commit 863af56

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tag_and_publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: release
22

33
on:
44
workflow_dispatch:
@@ -68,19 +68,12 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v4
71-
with:
72-
fetch-depth: 0
73-
7471
- name: Pull latest changes
7572
run: git pull origin ${{ env.DEFAULT_BRANCH }}
76-
7773
- uses: astral-sh/setup-uv@v6
7874
with:
7975
enable-cache: true
8076

81-
- name: Set up Python
82-
run: uv python install
83-
8477
- name: Build
8578
run: uv build
8679

0 commit comments

Comments
 (0)