Skip to content

Commit 34d999e

Browse files
committed
Fix dependencies for release
1 parent 9e05795 commit 34d999e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip
23-
pip install --upgrade setuptools wheel twine
22+
python -m pip install --upgrade pip wheel
23+
pip install -r requirements.txt
2424
- name: Build
2525
run: |
2626
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)