diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc392c16d..cd80e1866 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: env: FORCE_COLOR: 1 PY_COLORS: 1 - TOXENV: packaging + TOXENV: pkg TOX_PARALLEL_NO_SPINNER: 1 steps: diff --git a/tox.ini b/tox.ini index e11430199..a7577625a 100644 --- a/tox.ini +++ b/tox.ini @@ -109,6 +109,7 @@ description = deps = build >= 0.7.0 twine + pip skip_install = true # Ref: https://twitter.com/di_codes/status/1044358639081975813 commands = @@ -124,7 +125,7 @@ commands = # Validate metadata using twine twine check --strict {toxinidir}/dist/* # Install the wheel - sh -c "python3 -m pip install {toxinidir}/dist/*.whl" + sh -c "pip3 install {toxinidir}/dist/*.whl" # Check if cli was installed jirashell --help # Uninstall the wheel