We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50875a commit 9c5aa08Copy full SHA for 9c5aa08
1 file changed
.github/workflows/pypi.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install dependencies and build
27
run: |
28
pip install -U pip
29
+ pip install -r requirements.txt
30
pip install setuptools wheel
31
python setup.py sdist bdist_wheel
32
0 commit comments