Skip to content

Commit 82fc8bb

Browse files
committed
[ci] deploy to pypi
1 parent 154a1b2 commit 82fc8bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test BJData
33
on: [push]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
@@ -40,9 +40,7 @@ jobs:
4040
4141
deploy:
4242
runs-on: ubuntu-22.04
43-
needs: build
44-
permissions:
45-
id-token: write
43+
needs: test
4644
steps:
4745
- name: Checkout repo
4846
uses: actions/checkout@v3

0 commit comments

Comments
 (0)