We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db2b61 commit 294a4c3Copy full SHA for 294a4c3
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Install Dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- python -m pip install -r requirements.txt
23
- python -m pip install --upgrade build twine
+ python -m pip install -r requirements/requirements.txt
+ python -m pip install -r requirements/requirements-build.txt
24
25
- name: Build Package
26
0 commit comments