Skip to content

Commit 457e92a

Browse files
committed
Fix release
1 parent ea5c399 commit 457e92a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
python3 -m venv fresh_env
3131
. fresh_env/bin/activate
3232
pip install dist/*.whl
33-
fresh_env/bin/python -c "import pinttr; print(pinttrs.__version__)"
33+
fresh_env/bin/python -c "import pinttr; print(pinttr.__version__)"
34+
fresh_env/bin/python -c "import pinttrs; print(pinttrs.__version__)"
3435
3536
- name: Upload to PyPI
3637
run: |

0 commit comments

Comments
 (0)