Skip to content

Commit

Permalink
Bump geoviews.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 13, 2021
1 parent d670aa9 commit 6264215
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
run: |
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=core
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=recommended
- name: create env
run: |
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
- name: build js
run: |
eval "$(conda shell.bash hook)"
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
conda activate test-environment
doit develop_install $CHANS_DEV -o build
python setup.py develop
Expand Down
4 changes: 2 additions & 2 deletions geoviews/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geoviews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geoviews",
"version": "1.9.0",
"version": "1.9.1-a.2",
"description": "Simple, concise geographical visualization in Python",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 6264215

Please sign in to comment.