Skip to content

Commit ae8f2fc

Browse files
Update publish-release.yml
Fix syntax.
1 parent a5c2d04 commit ae8f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install --python 3.10
27+
pip install pipenv
2828
pipenv install build
2929
pipenv install wheel
3030
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)