Skip to content

Commit 11a522d

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
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)