Browse Source

Update release order

Steven Silvester 8 years ago
parent
commit
b0653a2885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      RELEASE.md

+ 1 - 1
RELEASE.md

@@ -40,9 +40,9 @@ for twine setup instructions and for why twine is the recommended method.
 # Publish the npm packages:
 npm run publish  
 # Update jupyterlab/_version.py
-# Commit and tag and push the tag
 # Prep the static assets for release:
 cd jupyterlab && npm run publish && cd ..
+# Commit and tag and push the tag
 rm -rf dist
 python setup.py sdist
 python setup.py bdist_wheel --universal