We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783632e commit b7b0eddCopy full SHA for b7b0edd
admin/release.sh
@@ -12,4 +12,4 @@ source release/bin/activate
12
# Use pip with older, more forgiving dependency resolution
13
pip install --upgrade 'pip<20.3'
14
pip install --editable '.[dev]'
15
-python admin/release.py "${GITHUB_TOKEN}" "${GITHUB_OWNER}"
+PYTHONPATH=${PWD} python admin/release.py "${GITHUB_TOKEN}" "${GITHUB_OWNER}"
0 commit comments