Skip to content

Commit

Permalink
Use _version.__version__ for pip install step
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 27, 2024
1 parent ca6af23 commit 38b7d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install package
run: python -m pip install dist/*.whl
- name: Import package
run: python -c "import $PACKAGE; print($PACKAGE.__version__)"
run: python -c "import $PACKAGE; print($PACKAGE._version.__version__)"

pip_publish:
name: Publish PyPI
Expand Down

0 comments on commit 38b7d80

Please sign in to comment.