We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
twine-upload
1 parent c879b84 commit e56e821Copy full SHA for e56e821
twine-upload.sh
@@ -6,6 +6,7 @@ set -Eeuo pipefail
6
# NOTE: These variables are needed to combat GitHub passing broken env vars
7
# NOTE: from the runner VM host runtime.
8
# Ref: https://github.com/pypa/gh-action-pypi-publish/issues/112
9
+export PATH="/usr/bin:${PATH}" # To find `id`
10
. /etc/profile # Makes python and other executables findable
11
export PATH="$(python -m site --user-base)/bin:${PATH}"
12
export PYTHONPATH="$(python -m site --user-site):${PYTHONPATH}"
0 commit comments