Changes between Version 1 and Version 2 of DRM4G/Development
- Timestamp:
- Dec 5, 2016 8:05:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Development
v1 v2 119 119 == Publishing a release == 120 120 121 121 After having updated the "master", it's time to publish the release. 122 1. First, the package has to be uploaded to PyPI, there's a few ways to do this, but you'll need to have an account with access to the groups PyPI page. 123 * Run the command `python setup.py sdist upload` [[br]] ''or'' 124 * Run the command `python setup.py sdist` and then upload the package though PyPI's user interface. 125 1. 126 1.