Skip to content

Commit 29b9549

Browse files
committed
adjust
1 parent 541d99e commit 29b9549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: "Installs dependencies"
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install setuptools twine
25-
python3 -m pip install build
24+
python3 -m pip install setuptools build twine
2625
python3 -m pip install .
2726
2827
# Build and upload to PyPI

0 commit comments

Comments
 (0)