Skip to content

Commit 11a522d

Browse files
committed
Install setuptools in Release workflow
1 parent 98ad404 commit 11a522d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-publish-pypi.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: 3.x
2525

26+
- name: Install dependencies
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install -r requirements.txt
30+
2631
- name: Generate package distribution
2732
run: python3 setup.py sdist
2833

0 commit comments

Comments
 (0)