Skip to content

Commit 79abe99

Browse files
committed
phg: debug install with pip 4.1+
1 parent 1917842 commit 79abe99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
python-version: 3.9
2121

2222
- name: Install dependencies
23-
run: pip install -U build twine
23+
run: pip install -U build twine pip
2424
- name: Overview Readme for release
2525
run: echo "# Lit Models" > README.md
2626
- name: Build package
2727
run: python -m build
2828
- name: Check package
2929
run: twine check dist/*
30+
- name: Install package
31+
run: pip install dist/*.tar.gz
3032

3133
# We do this, since failures on test.pypi aren't that bad
3234
- name: Publish to Test PyPI

0 commit comments

Comments
 (0)