There was an error while loading. Please reload this page.
1 parent 9e05795 commit 34d999eCopy full SHA for 34d999e
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
python-version: '3.x'
20
- name: Install dependencies
21
run: |
22
- python -m pip install --upgrade pip
23
- pip install --upgrade setuptools wheel twine
+ python -m pip install --upgrade pip wheel
+ pip install -r requirements.txt
24
- name: Build
25
26
python setup.py sdist bdist_wheel
0 commit comments