Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjerdonek/scratch
https://github.com/cjerdonek/scratch
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjerdonek/scratch
- Owner: cjerdonek
- Created: 2012-01-24T23:16:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T14:13:17.000Z (almost 9 years ago)
- Last Synced: 2024-12-10T16:58:31.920Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Releasing Pizza
===============abc
This document contains detailed step-by-step instructions for Pizza maintainers
on how to release both the first version and new versions of Pizza.
For instructions on installing or using the application, or for instructions
on contributing, consult the README or
[project page](https://github.com/cjerdonek/groome-python-expected) instead.Table of contents:
1. Background
2. One-time setup
* 2.1. Set up PyPI user accounts
* 2.2. Create `.pypirc` file
3. Releasing a new version
* 3.1. Finalize source
* 3.1.1. Review issues
* 3.1.2. Update HISTORY file
* 3.1.3. Double-check the `sdist`
* 3.1.4. Bump version number
* 3.1.5. Update `long_description` file
* 3.1.6. Make sure tests pass
* 3.2. Merge to release branch, if necessary
* 3.3. Register version on PyPI
* 3.4. Upload version to PyPI
* 3.5. Tag the commit1\. Background
-------------This document explains how to distribute Pizza via the Python Package Index,