-
Create a new issue on GitHub.
-
Drag an image into the comment field.
-
Wait for the upload process to finish.
-
Copy the URL and use it in your Markdown files on GitHub.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://api.launchpad.net/+apidoc/devel.html#binary_package_publishing_history | |
# See https://help.launchpad.net/API/launchpadlib | |
from launchpadlib.launchpad import Launchpad | |
import os | |
USERNAME='developmentseed' | |
PPA='mapbox' | |
PACKAGE='tilemill' |