Skip to content

Commit eb154d8

Browse files
authored
Update pypi_publish.yml
1 parent 063b1a4 commit eb154d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
python setup.py check
2827
python -m pip install --upgrade pip
2928
pip install setuptools wheel twine
29+
python setup.py check
3030
3131
- name: Unittest TestCase
3232
env:

0 commit comments

Comments
 (0)