mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
🐛 Make id
always available in twine-upload
This commit is contained in:
parent
c879b84594
commit
e56e8212f4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ set -Eeuo pipefail
|
||||||
# NOTE: These variables are needed to combat GitHub passing broken env vars
|
# NOTE: These variables are needed to combat GitHub passing broken env vars
|
||||||
# NOTE: from the runner VM host runtime.
|
# NOTE: from the runner VM host runtime.
|
||||||
# Ref: https://github.com/pypa/gh-action-pypi-publish/issues/112
|
# Ref: https://github.com/pypa/gh-action-pypi-publish/issues/112
|
||||||
|
export PATH="/usr/bin:${PATH}" # To find `id`
|
||||||
. /etc/profile # Makes python and other executables findable
|
. /etc/profile # Makes python and other executables findable
|
||||||
export PATH="$(python -m site --user-base)/bin:${PATH}"
|
export PATH="$(python -m site --user-base)/bin:${PATH}"
|
||||||
export PYTHONPATH="$(python -m site --user-site):${PYTHONPATH}"
|
export PYTHONPATH="$(python -m site --user-site):${PYTHONPATH}"
|
||||||
|
|
Loading…
Reference in a new issue