Skip to content

Instantly share code, notes, and snippets.

@hminnovation
Created September 5, 2016 17:09
Show Gist options
  • Save hminnovation/8f8700630f6b9c33516da6c0eed32350 to your computer and use it in GitHub Desktop.
Save hminnovation/8f8700630f6b9c33516da6c0eed32350 to your computer and use it in GitHub Desktop.
Put something on PyPy
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