File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments