File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11
2+
23# Release Instructions
34
45* Verify pass in [ CircleCI] ( https://circleci.com/gh/greenmoss/PyWavefront )
56 * Check against latest ` master `
6- * Update local git
7- * ` git fetch -ap && git pull origin master `
87* Update ` CHANGELOG.md ` from merged PRs
98* Update contributors in ` README.md `
109* Update version in ` setup.py `
11- * ` git add -A && git commit -v `
12- * Use commit message 'Prepare for release x.y.z'
13- * ` git push origin master `
14- * Create/activate virtualenv, and ` pip install twine `
15- * ** MUST** be Python 3.7 or later!
10+ * Update version in ` __init__ `
1611* ` python setup.py bdist_wheel `
1712* ` twine upload dist/$(ls -tr dist/ | tail -1) `
1813* Create Github release, named as version
1914* Close Github issues associated with merged PR
20- * Update local git
21- * ` git fetch -ap && git pull origin master `
You can’t perform that action at this time.
0 commit comments