Skip to content

Commit 7fc9c12

Browse files
committed
Clean up actions
1 parent e3e41ed commit 7fc9c12

File tree

4 files changed

+1
-171
lines changed

4 files changed

+1
-171
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 0 additions & 127 deletions
This file was deleted.

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
gh release download --pattern "*.whl" --dir dist
3636
gh release download --pattern "*.tar.gz" --dir dist
3737
# Check what we have
38-
tree
3938
tree dist
4039
- name: Setup uv
4140
id: setup-uv

.github/workflows/download-playground.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/release.yaml

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

33
on:
44
push:
5-
# TODO: turn back on
6-
# tags: ['v*']
5+
tags: ['v*']
76

87
defaults:
98
run:

0 commit comments

Comments
 (0)