Skip to content

Commit 6ddb86b

Browse files
committed
update: publish
1 parent 799f7c0 commit 6ddb86b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ on:
66
types: [published]
77

88
jobs:
9-
test:
10-
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
python-version: ['3.7', '3.8']
149
deploy:
1510
name: Deploy
16-
needs: test
1711
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
1812
runs-on: ubuntu-latest
1913
steps:

0 commit comments

Comments
 (0)