Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed May 7, 2019
1 parent dc5e4c8 commit e3d0959
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,19 @@ git tag version
git push commit & tags
npm login # last time i tried, yarn wasn't working for login & publish
npm publish

# pypi

after the above

cd py
pip install -U pip setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
cd ~/new-directory
virtualenv env
source env/bin/activate
pip install --index-url https://test.pypi.org/simple/ escher
ipython, jupyter, etc.
cd -
twine upload dist/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.13",
"version": "1.7.0-beta.14",
"schema_version": "1-0-0",
"map_model_version": "5",
"description": "Escher: A Web Application for Building, Sharing, and Embedding Data-Rich Visualizations of Metabolic Pathways",
Expand Down
6 changes: 3 additions & 3 deletions py/escher/static/escher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/escher.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.13",
"version": "1.7.0-beta.14",
"schema_version": "1-0-0",
"map_model_version": "5",
"description": "Escher: A Web Application for Building, Sharing, and Embedding Data-Rich Visualizations of Metabolic Pathways",
Expand Down

0 comments on commit e3d0959

Please sign in to comment.