Skip to content

Commit 58385ac

Browse files
committed
pip
1 parent 665ac66 commit 58385ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ jobs:
2929
run: python -m build
3030
- name: Check package
3131
run: twine check dist/*
32-
- name: Install package
32+
33+
- name: Install pip
3334
run: |
3435
pip install -U pip
36+
pip list
37+
- name: Install package
38+
run: |
3539
pip install dist/*.tar.gz
3640
3741
# We do this, since failures on test.pypi aren't that bad

0 commit comments

Comments
 (0)