Skip to content

Commit

Permalink
CI: use bare python without version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 13, 2024
1 parent acadab1 commit 794238e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
run: |
set -vxeuo pipefail
which python${PYTHONVER}
python${PYTHONVER} -VV
which python
python -VV
# python -m pip install -v wheelhouse/*-cp${PYTHONVER}-*.whl
Expand Down

0 comments on commit 794238e

Please sign in to comment.