Created
September 5, 2016 17:09
-
-
Save hminnovation/8f8700630f6b9c33516da6c0eed32350 to your computer and use it in GitHub Desktop.
Put something on PyPy
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
| In short these are the commands you need to run | |
| first time: | |
| ```pip install twine``` | |
| package/upload: | |
| ```python setup.py bdist_wheel | |
| twine register dist/{{the file that we just made with the command above}}.whl | |
| twine upload dist/{{that file again}}.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment