Skip to content

Commit 6264215

Browse files
committed
Bump geoviews.js version
1 parent d670aa9 commit 6264215

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ jobs:
6666
run: |
6767
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=core
6868
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=recommended
69+
- name: create env
70+
run: |
71+
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
6972
- name: build js
7073
run: |
7174
eval "$(conda shell.bash hook)"
72-
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
7375
conda activate test-environment
7476
doit develop_install $CHANS_DEV -o build
7577
python setup.py develop

geoviews/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geoviews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geoviews",
3-
"version": "1.9.0",
3+
"version": "1.9.1-a.2",
44
"description": "Simple, concise geographical visualization in Python",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)