Skip to content

Commit

Permalink
Remove sparkprime username
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Sep 3, 2019
1 parent 4a8b786 commit ec30810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find test_cmd -name '*.cpp' -o -name '*.golang' -o -name '*.stdout' -o -name '*.
xargs sed -i 's/ v0[.][0-9.]*/ NEW_VERSION_GOES_HERE/g'
```
1) python setup.py build sdist
1) twine upload dist/whatever.tar.gz (sparkprime/B)
1) twine upload dist/whatever.tar.gz (Needs credentials on pypi)
1) ON ANOTHER MACHINE AND CHECK THAT THE VERSION IS CORRECT AND IT ACTUALLY IS BUILDING THINGS IN THE LOG: `sudo pip install jsonnet --pre --upgrade`
1) `python`
1) `import _jsonnet`
Expand Down

0 comments on commit ec30810

Please sign in to comment.