Skip to content

Commit defc522

Browse files
committed
fix: prepare pipenv with setuptools for releasing
Signed-off-by: Ojuswi Rastogi <ojuswimail@gmail.com>
1 parent 952b4d8 commit defc522

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
sudo apt-get autoremove
2525
sudo apt-get autoclean
2626
python -m pip install --upgrade pip
27-
pip install setuptools pipenv twine
27+
pip install pipenv twine
28+
29+
- name: Setup pipenv and install build dependencies
30+
run: |
31+
pipenv install --dev --skip-lock
32+
pipenv run pip install setuptools wheel
2833
2934
- name: Build wheels and source tarball
3035
run: |

0 commit comments

Comments
 (0)