Skip to content

Commit e56e821

Browse files
committed
🐛 Make id always available in twine-upload
1 parent c879b84 commit e56e821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twine-upload.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -Eeuo pipefail
66
# NOTE: These variables are needed to combat GitHub passing broken env vars
77
# NOTE: from the runner VM host runtime.
88
# Ref: https://github.com/pypa/gh-action-pypi-publish/issues/112
9+
export PATH="/usr/bin:${PATH}" # To find `id`
910
. /etc/profile # Makes python and other executables findable
1011
export PATH="$(python -m site --user-base)/bin:${PATH}"
1112
export PYTHONPATH="$(python -m site --user-site):${PYTHONPATH}"

0 commit comments

Comments
 (0)