We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b87ca commit dfb16ffCopy full SHA for dfb16ff
release.sh
@@ -77,8 +77,7 @@ docker run --rm \
77
-e TWINE_USERNAME=__token__ \
78
-e TWINE_PASSWORD="${PYPI_TOKEN}" \
79
"${PYTHON_RELEASE_IMAGE}" \
80
- sh -lc '
81
- set -Eeuo pipefail
+ sh -eu -c '
82
python -m pip install --no-cache-dir --upgrade pip build twine
83
rm -rf dist build *.egg-info
84
python -m build
0 commit comments