Skip to content

Commit 4f2a719

Browse files
committed
remove tests from release
1 parent cce88cd commit 4f2a719

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ on:
55
tags: ["v*"]
66

77
jobs:
8-
test:
9-
uses: ./.github/workflows/test.yml
10-
secrets: inherit
11-
128
publish:
13-
needs: test
149
runs-on: ubuntu-latest
1510
environment: pypi
1611
permissions:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
workflow_call:
98

109
jobs:
1110
test:

0 commit comments

Comments
 (0)