Skip to content

Commit be0aea2

Browse files
author
Drew Yang
committed
test: 🧪 test readme fix
1 parent c3b4f35 commit be0aea2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎.github/workflows/post_draft_release_published.yaml‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ jobs:
9595
fi
9696
# Check if the new version is different from the latest on PyPI, avoid re-uploading error
9797
if [ "$NEW_VERSION" != "$LATEST_PYPI" ]; then
98-
docker compose run --build --quiet-pull \
99-
-e TWINE_USERNAME=${TWINE_USERNAME} \
100-
-e TWINE_PASSWORD=${TWINE_PASSWORD} \
101-
-e TWINE_REPOSITORY=${TWINE_REPOSITORY} \
102-
app sh -c "pip install twine && python -m twine upload dist/*"
98+
# docker compose run --build --quiet-pull \
99+
# -e TWINE_USERNAME=${TWINE_USERNAME} \
100+
# -e TWINE_PASSWORD=${TWINE_PASSWORD} \
101+
# -e TWINE_REPOSITORY=${TWINE_REPOSITORY} \
102+
# app sh -c "pip install twine && python -m twine upload dist/*"
103+
echo "Uploaded to $TWINE_REPOSITORY"
103104
else
104105
echo "::warning::Latest version $LATEST_PYPI on $TWINE_REPOSITORY is the new version $NEW_VERSION"
105106
fi

0 commit comments

Comments
 (0)