Skip to content

Commit a00999e

Browse files
author
eagleychen
committed
update
1 parent 0dffba8 commit a00999e

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+
pip install setuptools wheel twine
2728
python setup.py check
2829
python -m pip install --upgrade pip
29-
pip install setuptools wheel twine
3030
3131
- name: Unittest TestCase
3232
env:

0 commit comments

Comments
 (0)