Skip to content

Commit 2b363ab

Browse files
committed
fix: use pipenv of Python 3.10 to build & release
Signed-off-by: Ojuswi Rastogi <ojuswimail@gmail.com>
1 parent defc522 commit 2b363ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Setup pipenv and install build dependencies
3030
run: |
31-
pipenv install --dev --skip-lock
32-
pipenv run pip install setuptools wheel
31+
make new_env
32+
pipenv run pip install --upgrade setuptools wheel
3333
3434
- name: Build wheels and source tarball
3535
run: |

0 commit comments

Comments
 (0)