Skip to content

Commit ceab2be

Browse files
committed
uncomment release rule in gh actions
1 parent 0d72ba2 commit ceab2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: dist
8787

8888
build-linux:
89-
# if: github.event_name == 'release'
89+
if: github.event_name == 'release'
9090
strategy:
9191
matrix:
9292
python: ['cp311-cp311', 'cp312-cp312', 'cp313-cp313', 'cp314-cp314']

0 commit comments

Comments
 (0)