Skip to content

Commit

Permalink
python: add description to pypi_upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 13, 2018
1 parent 99864e4 commit 46ab823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ install_python: pypi_archive
uninstall_python:
"$(PYTHON_EXECUTABLE)" -m pip uninstall ortools

pypi_upload: pypi_archive
pypi_upload: pypi_archive # Upload Wheel package to Pypi.org
@echo Uploading Pypi module for "$(PYTHON_EXECUTABLE)".
cd $(PYPI_ARCHIVE_TEMP_DIR)/ortools && twine upload dist/*

Expand Down

0 comments on commit 46ab823

Please sign in to comment.