Skip to content

Commit dfb16ff

Browse files
committed
Fix release script shell options
1 parent 77b87ca commit dfb16ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ docker run --rm \
7777
-e TWINE_USERNAME=__token__ \
7878
-e TWINE_PASSWORD="${PYPI_TOKEN}" \
7979
"${PYTHON_RELEASE_IMAGE}" \
80-
sh -lc '
81-
set -Eeuo pipefail
80+
sh -eu -c '
8281
python -m pip install --no-cache-dir --upgrade pip build twine
8382
rm -rf dist build *.egg-info
8483
python -m build

0 commit comments

Comments
 (0)