Skip to content

Commit 71faba0

Browse files
committed
Revert "[CI] fix publish workflow"
This reverts commit 07e172f.
1 parent 07e172f commit 71faba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ["3.8", "3.9"]
25+
2526
steps:
2627
- uses: actions/checkout@v3
2728
- name: Set up Python ${{ matrix.python-version }}
@@ -38,7 +39,6 @@ jobs:
3839
python3 -m unittest discover
3940
publish:
4041
needs: test
41-
if: needs.test.status == 'success'
4242
runs-on: ubuntu-latest
4343
steps:
4444
- run: echo 'The test workflow passed'

0 commit comments

Comments
 (0)