Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Feb 25, 2023
1 parent ea5c399 commit 457e92a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
python3 -m venv fresh_env
. fresh_env/bin/activate
pip install dist/*.whl
fresh_env/bin/python -c "import pinttr; print(pinttrs.__version__)"
fresh_env/bin/python -c "import pinttr; print(pinttr.__version__)"
fresh_env/bin/python -c "import pinttrs; print(pinttrs.__version__)"
- name: Upload to PyPI
run: |
Expand Down

0 comments on commit 457e92a

Please sign in to comment.