Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add cleanup step before building wheels (getnikola/nikola#2243)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 12, 2016
1 parent 79cc45c commit b937bd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion checklist.html
Expand Up @@ -44,7 +44,7 @@
<body>
<div class="container">
<div id="counter"><span id="current">0</span>/<span id="total">?</span></div>
<h1>Nikola Release Checklist (v10/2016-02-11)</h1>
<h1>Nikola Release Checklist (v11/2016-02-12)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
Expand Down Expand Up @@ -80,6 +80,7 @@ <h2>Versioning and tagging</h2>
<li><input type="checkbox"> <code>git commit -asm &quot;Version $VERSION&quot;</code></li>
<li><input type="checkbox"> <code>git tag -sm &quot;Version $VERSION&quot; &quot;v$VERSION&quot;</code></li>
<li><input type="checkbox"> <code>git push --follow-tags origin master</code></li>
<li><input type="checkbox"> <code>rm -rf build Nikola.egg-info</code></li>
<li><input type="checkbox"> <code>./setup.py bdist_wheel</code></li>
<li><input type="checkbox"> <code>twine upload -s dist/Nikola-$VERSION-py2.py3-none-any.whl</code></li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.html
@@ -1,4 +1,4 @@
<h1>Nikola Release Checklist (v10/2016-02-11)</h1>
<h1>Nikola Release Checklist (v11/2016-02-12)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
Expand Down Expand Up @@ -34,6 +34,7 @@ <h2>Versioning and tagging</h2>
<li><input type="checkbox"> <code>git commit -asm &quot;Version $VERSION&quot;</code></li>
<li><input type="checkbox"> <code>git tag -sm &quot;Version $VERSION&quot; &quot;v$VERSION&quot;</code></li>
<li><input type="checkbox"> <code>git push --follow-tags origin master</code></li>
<li><input type="checkbox"> <code>rm -rf build Nikola.egg-info</code></li>
<li><input type="checkbox"> <code>./setup.py bdist_wheel</code></li>
<li><input type="checkbox"> <code>twine upload -s dist/Nikola-$VERSION-py2.py3-none-any.whl</code></li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.md
@@ -1,4 +1,4 @@
# Nikola Release Checklist (v10/2016-02-11)
# Nikola Release Checklist (v11/2016-02-12)

## Requirements

Expand Down Expand Up @@ -40,6 +40,7 @@ Run all the commands in your terminal:
* <input type="checkbox"> `git commit -asm "Version $VERSION"`
* <input type="checkbox"> `git tag -sm "Version $VERSION" "v$VERSION"`
* <input type="checkbox"> `git push --follow-tags origin master`
* <input type="checkbox"> `rm -rf build Nikola.egg-info`
* <input type="checkbox"> `./setup.py bdist_wheel`
* <input type="checkbox"> `twine upload -s dist/Nikola-$VERSION-py2.py3-none-any.whl`

Expand Down

0 comments on commit b937bd6

Please sign in to comment.