Skip to content

Commit d5a2043

Browse files
committed
maybe fix sdist build again
1 parent 57170e3 commit d5a2043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ jobs:
293293
- uses: actions/setup-python@v4
294294
with:
295295
python-version: 3.9
296-
296+
- name: Upgrade pip
297+
run: |
298+
python -m pip install --upgrade pip pipenv wheel
297299
- name: Build sdist
298300
run: python setup.py sdist
299301
working-directory: pyroscope_ffi/python

0 commit comments

Comments
 (0)