Skip to content

Commit dbb2d7b

Browse files
committed
Fix deploy script
1 parent 18df625 commit dbb2d7b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: ${{ steps.pip-cache.outputs.dir }}
6868
restore-keys: |
6969
pip-ci-${{ runner.os }}-${{ matrix.python-version }}-
70-
- name: Install dependencies
70+
- name: Install dependencies
7171
uses: py-actions/py-dependency-install@v2
7272
with:
7373
path: requirements-dev.txt
@@ -97,9 +97,12 @@ jobs:
9797
uses: actions/setup-python@v2
9898
with:
9999
python-version: 3.8
100-
- name: Install dependencies
100+
- name: Install dependencies
101+
uses: py-actions/py-dependency-install@v2
102+
with:
103+
path: requirements-dev.txt
104+
- name: Install twine
101105
run: |
102-
make setup
103106
python -m pip install twine
104107
- name: Make dists
105108
run: |

0 commit comments

Comments
 (0)